Skip to content

Commit 0909efa

Browse files
committed
chore: remove unnecessary dashes from command
1 parent 86a523b commit 0909efa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@
8181
"clean": "rm -rf build/ cache/ dist/",
8282
"compile": "hardhat compile",
8383
"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",
8787
"predeploy": "scripts/predeploy",
8888
"test": "scripts/test",
8989
"test:gas": "RUN_EVM=true REPORT_GAS=true scripts/test",

0 commit comments

Comments
 (0)