package.json fix

This commit is contained in:
EmperorOrokuSaki 2022-12-15 21:31:13 +03:30
parent 7de7672c0a
commit bf545ecbbd
1 changed files with 0 additions and 4 deletions

View File

@ -10,11 +10,7 @@
"format": "prettier --write \"./**/*.{js,ts,sol}\"",
"node:hardhat": "hardhat node --tags local",
"deploy:local": "hardhat deploy --tags local",
<<<<<<< HEAD
"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"
},
"repository": {