Skip to content

Commit

Permalink
chore: update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
juliopavila committed Aug 20, 2024
1 parent 136c272 commit 45acf00
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"scripts": {
"build": "hardhat compile",
"test": "hardhat test",
"extract-mastercopy": "yarn run build && yarn hardhat extract:mastercopy",
"deploy-mastercopies": "yarn hardhat deploy:mastercopies --network",
"deploy-mastercopy": "yarn hardhat deploy:mastercopy --network",
"verify-mastercopies": "yarn hardhat verify:mastercopies --network",
"verify-mastercopy": "yarn hardhat verify:mastercopy --network",
"extract:mastercopy": "yarn run build && yarn hardhat extract:mastercopy",
"deploy:mastercopies": "yarn hardhat deploy:mastercopies --network",
"deploy:mastercopy": "yarn hardhat deploy:mastercopy --network",
"verify:mastercopies": "yarn hardhat verify:mastercopies --network",
"verify:mastercopy": "yarn hardhat verify:mastercopy --network",
"coverage": "hardhat coverage",
"lint": "yarn lint:sol && yarn lint:ts",
"lint:sol": "solhint 'contracts/**/*.sol'",
Expand Down

0 comments on commit 45acf00

Please sign in to comment.