File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 81
81
"clean" : " rm -rf build/ cache/ dist/" ,
82
82
"compile" : " hardhat compile" ,
83
83
"deploy" : " scripts/predeploy && hardhat migrate" ,
84
- "deploy-hardhat" : " yarn deploy -- -- force --network hardhat" ,
85
- "deploy-rinkeby" : " yarn deploy -- -- force --network rinkeby --graph-config config/graph.rinkeby.yml" ,
86
- "deploy-goerli" : " yarn deploy -- -- force --network goerli --graph-config config/graph.goerli.yml" ,
84
+ "deploy-hardhat" : " yarn deploy --force --network hardhat" ,
85
+ "deploy-rinkeby" : " yarn deploy --force --network rinkeby --graph-config config/graph.rinkeby.yml" ,
86
+ "deploy-goerli" : " yarn deploy --force --network goerli --graph-config config/graph.goerli.yml" ,
87
87
"predeploy" : " scripts/predeploy" ,
88
88
"test" : " scripts/test" ,
89
89
"test:gas" : " RUN_EVM=true REPORT_GAS=true scripts/test" ,
You can’t perform that action at this time.
0 commit comments