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 06f3ad9 commit 483a90aCopy full SHA for 483a90a
package.json
@@ -14,9 +14,11 @@
14
"js": "babel -d dist src",
15
"js:watch": "npm run js -- --watch",
16
"css": "cp src/react-accessible-accordion.css dist",
17
+ "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\"",
- "build": "npm run build:flow && npm run build:rollup",
20
+ "build":
21
+ "npm run build:clean && npm run build:flow && npm run build:rollup",
22
"start": "npm run js:watch",
23
"start-demo":
24
"webpack-dev-server --config ./webpack/webpack.config.demo.js",
0 commit comments