Skip to content

Commit b96467f

Browse files
authored
revert(subgraph): reverses changes made (#952)
re #915
1 parent e530412 commit b96467f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"scripts": {
1010
"build": "yarn build:libraries && yarn build:subgraph && yarn build:website && yarn build:docs",
1111
"build:libraries": "yarn workspaces foreach -Apt --no-private run build",
12-
"clean:subgraph": "rimraf apps/subgraph/node_modules",
13-
"build:subgraph": "yarn clean:subgraph && yarn workspace semaphore-subgraph build:sepolia",
12+
"build:subgraph": "yarn workspace semaphore-subgraph build:sepolia",
1413
"build:website": "yarn workspace semaphore-website build",
1514
"build:docs": "yarn workspace semaphore-docs build",
1615
"compile:contracts": "yarn workspace semaphore-contracts compile",

0 commit comments

Comments
 (0)