We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0164cce commit 74f1be7Copy full SHA for 74f1be7
package.json
@@ -15,7 +15,7 @@
15
"test": "npm run lint && npm run cover",
16
"demo": "webpack",
17
"dev": "webpack --watch",
18
- "build": "npm run clean && cross-env NODE_ENV=production babel src -d lib && npm run demo",
+ "build": "npm run test && npm run clean && cross-env NODE_ENV=production babel src -d lib && npm run demo",
19
"cover": "jest --coverage",
20
"coveralls": "cat ./coverage/lcov.info | coveralls"
21
},
0 commit comments