There was an error while loading. Please reload this page.
1 parent f6e8b9f commit 62c3a3aCopy full SHA for 62c3a3a
package.json
@@ -6,7 +6,7 @@
6
"registry": "https://registry.npmjs.org/"
7
},
8
"scripts": {
9
- "clean": "rimraf pkg && rimraf storybook-static",
+ "clean": "rimraf pkg && rimraf storybook-static && rimraf build",
10
"publish": "pack publish",
11
"build": "npm run clean && pack build",
12
"test": "jest --passWithNoTests -- -u",
0 commit comments