Skip to content

Commit

Permalink
refactor(subgraph): fixing build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Dozie2001 committed Dec 22, 2024
1 parent 2369be5 commit f8644f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"scripts": {
"codegen": "node scripts/generate-subgraph.js ${0} && graph codegen",
"clean": "rimraf node_modules/@semaphore-protocol/utils",
"clean": "yarn && rimraf node_modules/@semaphore-protocol/utils",
"codegen:sepolia": "yarn clean && yarn codegen sepolia",
"build": "graph build",
"build:sepolia": "yarn codegen:sepolia && graph build",
Expand Down

0 comments on commit f8644f3

Please sign in to comment.