Skip to content

Commit

Permalink
fix: update chopsticks
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut committed Oct 31, 2024
1 parent 62a9e9f commit a71e440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"lint:fix": "yarn workspaces foreach run lint:fix",
"formatAll": "prettier --write .",
"start:chopsticks-test-build-and-launch-all": "concurrently --kill-others 'npm run start:chopsticks' 'npm run ui:start-with-chopsticks' 'npm run docker:down && npm run docker:db && npm run build:indexer && npm run indexer:start:chopsticks-local' 'npm run start:graphql-server'",
"start:chopsticks": "npx --yes @acala-network/chopsticks@0.10.0-2 --config chopsticks-config.yml",
"start:chopsticks": "npx --yes @acala-network/chopsticks@1.0.0 --config chopsticks-config.yml",
"start:graphql-server": "cd squid && npm run start:graphql-server",
"indexer:start:chopsticks-ci": "cd squid && npm run start:chopsticks-ci",
"indexer:start:chopsticks-local": "cd squid && npm run start:chopsticks-local",
Expand Down

0 comments on commit a71e440

Please sign in to comment.