Skip to content

Commit 7c87953

Browse files
committed
chore(package): update test command to use gulp test instead of grunt
1 parent 316e93f commit 7c87953

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": "gulp build && grunt test",
34+
"test": "gulp build && gulp test",
3535
"prepublish": "gulp build"
3636
},
3737
"dependencies": {

0 commit comments

Comments
 (0)