Skip to content

Commit 62c3a3a

Browse files
author
jonatansalas
committed
build: update npm clean script
1 parent f6e8b9f commit 62c3a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"registry": "https://registry.npmjs.org/"
77
},
88
"scripts": {
9-
"clean": "rimraf pkg && rimraf storybook-static",
9+
"clean": "rimraf pkg && rimraf storybook-static && rimraf build",
1010
"publish": "pack publish",
1111
"build": "npm run clean && pack build",
1212
"test": "jest --passWithNoTests -- -u",

0 commit comments

Comments
 (0)