Skip to content

Commit 6fb31dd

Browse files
committed
chore: Add clean and prepub scripts
1 parent a126a2e commit 6fb31dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
"files": ["dist"],
99
"scripts": {
1010
"build": "rollup -c",
11+
"clean": "rm -rf dist",
12+
"prepub": "npm-run-all clean build",
1113
"test": "echo \"Error: no test specified\" && exit 1"
1214
},
1315
"repository": {

0 commit comments

Comments
 (0)