We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4354a9 commit 3063afeCopy full SHA for 3063afe
package.json
@@ -14,7 +14,7 @@
14
"js": "babel -d dist src",
15
"js:watch": "npm run js -- --watch",
16
"build:css": "cp src/css/*.css dist",
17
- "build:clean": "rm -rf dist/",
+ "build:clean": "rm -rf dist/*",
18
"build:rollup": "NODE_ENV=production rollup -c",
19
"build:flow": "flow-copy-source src dist/es -i \"**/*.spec.js\"",
20
"build": "npm run build:clean && npm run build:css && npm run build:flow && npm run build:rollup",
0 commit comments