Skip to content

Commit

Permalink
chore: update scripts in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GitGuru7 committed Aug 1, 2024
1 parent ab93dde commit 9369332
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"contracts"
],
"scripts": {
"clean": "shx rm -rf ./artifacts ./cache ./coverage ./coverage.json",
"clean": "shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts",
"commit": "git-cz",
"compile": "cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile",
"compile": "cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts",
"hardhat:coverage": "hardhat coverage",
"deploy:testnet": "hardhat --network bsctestnet deploy --tags deploy",
"configure:testnet": "hardhat --network bsctestnet deploy --tags configure",
Expand All @@ -29,7 +29,7 @@
"prettier:check": "prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"",
"test": "npm run compile && hardhat test",
"typechain": "cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain",
"build": "rm -rf dist && hardhat compile && tsc --declaration",
"build": "rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration",
"docgen": "hardhat docgen",
"prepare": "husky install"
},
Expand Down

0 comments on commit 9369332

Please sign in to comment.