Skip to content

Commit

Permalink
Fix CI: build steps should not run in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
asgeir-s committed Jan 19, 2022
1 parent cd714ef commit 9d5b50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "LGPL-3.0+",
"scripts": {
"codegen": "graph codegen",
"build": "yarn codegen & graph build",
"build": "yarn codegen && graph build",
"deploy": "graph deploy --node https://api.studio.thegraph.com/deploy/ zodiac-modifier-roles",
"create-local": "graph create --node http://localhost:8020/ zodiac-modifier-roles",
"remove-local": "graph remove --node http://localhost:8020/ zodiac-modifier-roles",
Expand Down

0 comments on commit 9d5b50d

Please sign in to comment.