Skip to content

Commit 5a21831

Browse files
committed
chore(package): add updateFixtures:deps & installFixtures to test script
1 parent 9b9c781 commit 5a21831

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

0 commit comments

Comments
 (0)