Skip to content

Commit

Permalink
Fixed clean command
Browse files Browse the repository at this point in the history
  • Loading branch information
asselstine committed May 28, 2021
1 parent 7fbfad2 commit 85fa0a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -27,8 +27,8 @@
"etherscan-verify": "hardhat run ./scripts/verify.js --network",
"etherscan-verify-bsc": "hardhat --config hardhat.config.bsc.js run ./scripts/verify.js --network",
"deploy-ctoken-local": "./scripts/deployCTokenMock.js -n localhost -a $LOCAL_ADMIN_ADDRESS",
"clean": "rm -rf artifacts build .build-openzeppelin cache coverage coverage.json test-results.xml .cache-openzeppelin abis deployments/localhost deployments/localhost_*",
"prepack": "rm -rf build cache && hardhat compile",
"clean": "rm -rf abis artifacts build .build-openzeppelin cache coverage coverage.json test-results.xml .cache-openzeppelin deployments/localhost deployments/localhost_*; mkdir abis",
"prepack": "yarn clean && yarn compile",
"postpublish": "PACKAGE_VERSION=$(./scripts/package-version.sh) && git tag -ae v$PACKAGE_VERSION && git push --tags",
"update-gitbook-networks": "./scripts/update-gitbook-networks.sh",
"mint": "hardhat run --network localhost scripts/mint.js",
Expand Down

0 comments on commit 85fa0a2

Please sign in to comment.