Skip to content

Commit 4b6c3b7

Browse files
committed
fix: build before deploy
1 parent 4d06777 commit 4b6c3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"build": "SKIP_LOAD=true scripts/build",
8181
"clean": "rm -rf build/ cache/ dist/",
8282
"compile": "hardhat compile",
83-
"deploy": "scripts/predeploy && hardhat migrate",
83+
"deploy": "yarn build && scripts/predeploy && hardhat migrate",
8484
"deploy-local": "yarn deploy --force --network local",
8585
"deploy-rinkeby": "yarn deploy --force --network rinkeby --graph-config config/graph.rinkeby.yml",
8686
"deploy-goerli": "yarn deploy --force --network goerli --graph-config config/graph.goerli.yml",

0 commit comments

Comments
 (0)