Skip to content

Commit 5647508

Browse files
chore: modify npm script to accept parameter from CI
Ticket: BG-46442
1 parent 89fd4d8 commit 5647508

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
@@ -9,8 +9,8 @@
99
"test": "test"
1010
},
1111
"scripts": {
12-
"deploy-prod": "hardhat run --network mainnet scripts/deploy.ts",
13-
"deploy-test": "hardhat run --network goerli scripts/deploy.ts",
12+
"deploy-prod": "hardhat run scripts/deploy.ts --network",
13+
"deploy-test": "hardhat run scripts/deploy.ts --network",
1414
"test": "hardhat test",
1515
"coverage": "hardhat coverage",
1616
"solhint": "./node_modules/.bin/solhint --fix 'contracts/**/*.sol'",
@@ -42,7 +42,7 @@
4242
},
4343
"devDependencies": {
4444
"@nomiclabs/hardhat-ethers": "^2.0.4",
45-
"@nomiclabs/hardhat-etherscan": "^2.1.8",
45+
"@nomiclabs/hardhat-etherscan": "^3.1.0",
4646
"@nomiclabs/hardhat-truffle5": "^2.0.3",
4747
"@nomiclabs/hardhat-waffle": "^2.0.2",
4848
"@nomiclabs/hardhat-web3": "^2.0.0",

0 commit comments

Comments
 (0)