Skip to content

Commit c87fb20

Browse files
committed
fix(gulp): call wiredep:test before running tests
1 parent 9af633d commit c87fb20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/templates/gulpfile.babel(gulp).js

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ gulp.task('serve:dist', cb => {
367367
cb);
368368
});
369369

370-
gulp.task('test', cb => {
370+
gulp.task('test', ['wiredep:test'], cb => {
371371
return runSequence('test:server', 'test:client', cb);
372372
});
373373

0 commit comments

Comments
 (0)