Skip to content

Commit aa429bf

Browse files
committed
Added tests to build-script
1 parent 195d109 commit aa429bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"hint-tests": "jshint --verbose test",
2828
"start": "concurrently \"npm run dev-server\" \"npm run dev-test\"",
2929
"test": "npm run hint-tests && npm run dev-test",
30-
"build": "npm run prod-build && npm run prod-test"
30+
"build": "npm run hint-tests && npm run prod-build && npm run prod-test"
3131
},
3232
"devDependencies": {
3333
"babel-core": "^6.24.1",

0 commit comments

Comments
 (0)