Skip to content

Commit 3a63d38

Browse files
committed
chore: fix clean script in tokendist
Signed-off-by: Tomás Migone <[email protected]>
1 parent a93d835 commit 3a63d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/token-distribution/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"prepublishOnly": "scripts/prepublish",
99
"build": "scripts/build",
10-
"clean": "rm -rf build/ cache/ dist/ && hardhat clean",
10+
"clean": "rm -rf build/ cache/ dist/",
1111
"compile": "hardhat compile --show-stack-traces",
1212
"deploy": "pnpm run build && hardhat deploy",
1313
"test": "scripts/test",

0 commit comments

Comments
 (0)