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 195d109 commit aa429bfCopy full SHA for aa429bf
package.json
@@ -27,7 +27,7 @@
27
"hint-tests": "jshint --verbose test",
28
"start": "concurrently \"npm run dev-server\" \"npm run dev-test\"",
29
"test": "npm run hint-tests && npm run dev-test",
30
- "build": "npm run prod-build && npm run prod-test"
+ "build": "npm run hint-tests && npm run prod-build && npm run prod-test"
31
},
32
"devDependencies": {
33
"babel-core": "^6.24.1",
0 commit comments