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 95c3f66 commit 06f3ad9Copy full SHA for 06f3ad9
package.json
@@ -14,7 +14,9 @@
14
"js": "babel -d dist src",
15
"js:watch": "npm run js -- --watch",
16
"css": "cp src/react-accessible-accordion.css dist",
17
- "build": "NODE_ENV=production rollup -c",
+ "build:rollup": "NODE_ENV=production rollup -c",
18
+ "build:flow": "flow-copy-source src dist/es -i \"**/*.spec.js\"",
19
+ "build": "npm run build:flow && npm run build:rollup",
20
"start": "npm run js:watch",
21
"start-demo":
22
"webpack-dev-server --config ./webpack/webpack.config.demo.js",
0 commit comments