Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut committed Nov 27, 2023
1 parent 8b6f56b commit f18cb0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
with:
install-command: yarn install
start: |
npx --yes @acala-network/chopsticks@latest --config ../../chopsticks-config.yml
npx --yes @acala-network/chopsticks@latest --config chopsticks-config.yml
yarn ui:start
npm run start:graphql-server
npm run start:chopsticks
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"formatAll": "prettier --write .",
"ui:start": "yarn workspace multix-ui start",
"start:graphql-server": "cd squid && npm run start:graphql-server",
"start:chopsticks": "cd squid && node -r dotenv/config ../../squid/lib/main dotenv_config_path=assets/envs/.env.chopsticks",
"start:chopsticks": "cd squid && node -r dotenv/config lib/main dotenv_config_path=assets/envs/.env.chopsticks",
"ui:lint": "yarn workspace multix-ui lint"
},
"devDependencies": {
Expand Down

0 comments on commit f18cb0a

Please sign in to comment.