We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6aee38 commit 1b84c16Copy full SHA for 1b84c16
package.json
@@ -16,7 +16,6 @@
16
"build:rollup": "rollup -c",
17
"build:flow": "flow-copy-source src dist/es -i \"**/*.spec.js\"",
18
"build": "npm run build:clean && npm run build:css && npm run build:flow && npm run build:rollup",
19
- "start": "npm run js:watch",
20
"start-demo": "webpack-dev-server --mode=development",
21
"pages": "rm -rf pages && webpack --mode=production --progress && cp demo/*.css pages && cp demo/*.ico pages",
22
"deploy": "npm run pages && ./bin/deploy.sh",
0 commit comments