We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1621a3 commit 80169d7Copy full SHA for 80169d7
package.json
@@ -22,6 +22,7 @@
22
"start:rollup": "rollup --config --sourcemap --watch",
23
"start:storybook": "start-storybook --port 3000",
24
"build": "run-s build:*",
25
+ "build:clean": "rm -rf lib",
26
"build:rollup": "rollup --config",
27
"build:storybook": "build-storybook --output-dir dist",
28
"lint": "eslint ."
0 commit comments