Skip to content

Commit

Permalink
chore: add pre-build script to subgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Mar 25, 2024
1 parent bc2bc37 commit ce2ef1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"private": true,
"scripts": {
"codegen": "node scripts/generate-subgraph.js ${0} && graph codegen",
"build": "graph build",
"pre-build": "yarn workspace @semaphore-protocol/utils build",
"build": "yarn pre-build && graph build",
"auth": "graph auth --studio",
"deploy": "graph deploy --node https://api.studio.thegraph.com/deploy/ ${0}",
"start-ipfs": "node scripts/start-ipfs.js",
Expand Down

0 comments on commit ce2ef1e

Please sign in to comment.