Skip to content

Commit 80169d7

Browse files
committed
Clean lib directory before build
1 parent c1621a3 commit 80169d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"start:rollup": "rollup --config --sourcemap --watch",
2323
"start:storybook": "start-storybook --port 3000",
2424
"build": "run-s build:*",
25+
"build:clean": "rm -rf lib",
2526
"build:rollup": "rollup --config",
2627
"build:storybook": "build-storybook --output-dir dist",
2728
"lint": "eslint ."

0 commit comments

Comments
 (0)