We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93d835 commit 3a63d38Copy full SHA for 3a63d38
packages/token-distribution/package.json
@@ -7,7 +7,7 @@
7
"scripts": {
8
"prepublishOnly": "scripts/prepublish",
9
"build": "scripts/build",
10
- "clean": "rm -rf build/ cache/ dist/ && hardhat clean",
+ "clean": "rm -rf build/ cache/ dist/",
11
"compile": "hardhat compile --show-stack-traces",
12
"deploy": "pnpm run build && hardhat deploy",
13
"test": "scripts/test",
0 commit comments