Skip to content

Commit

Permalink
chore: build libraries first
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Mar 26, 2024
1 parent d55810d commit 6239919
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 @@ -7,7 +7,7 @@
"bugs": "https://github.com/semaphore-protocol/semaphore/issues",
"private": true,
"scripts": {
"build": "yarn build:subgraph && yarn build:libraries",
"build": "yarn build:libraries && yarn build:subgraph",
"build:libraries": "yarn workspaces foreach -A -t --no-private run build",
"build:subgraph": "yarn workspace semaphore-subgraph codegen sepolia && yarn workspace semaphore-subgraph build",
"compile:contracts": "yarn workspace semaphore-contracts compile",
Expand Down

0 comments on commit 6239919

Please sign in to comment.