package.json fix
This commit is contained in:
parent
7de7672c0a
commit
bf545ecbbd
|
|
@ -10,11 +10,7 @@
|
||||||
"format": "prettier --write \"./**/*.{js,ts,sol}\"",
|
"format": "prettier --write \"./**/*.{js,ts,sol}\"",
|
||||||
"node:hardhat": "hardhat node --tags local",
|
"node:hardhat": "hardhat node --tags local",
|
||||||
"deploy:local": "hardhat deploy --tags local",
|
"deploy:local": "hardhat deploy --tags local",
|
||||||
<<<<<<< HEAD
|
|
||||||
"deploy:mumbai": "hardhat deploy --tags mumbai --network mumbai",
|
"deploy:mumbai": "hardhat deploy --tags mumbai --network mumbai",
|
||||||
=======
|
|
||||||
"deploy:mumbai": "hardhat deploy --tags mumbai",
|
|
||||||
>>>>>>> c74a270 (Update test commands & add forge-cache and out to .gitignore)
|
|
||||||
"compile": "hardhat compile"
|
"compile": "hardhat compile"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue