Skip to content

Commit 61f70f6

Browse files
committed
fix(test): add gulp build to npm test script
(I know, gulp thing, then grunt thing, get over it)
1 parent 97d7fcc commit 61f70f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"url": "git://github.com/angular-fullstack/generator-angular-fullstack.git"
3232
},
3333
"scripts": {
34-
"test": "grunt test"
34+
"test": "gulp build && grunt test"
3535
},
3636
"dependencies": {
3737
"babel-plugin-syntax-class-properties": "^6.5.0",

0 commit comments

Comments
 (0)