Skip to content

Commit

Permalink
Add default gulp command
Browse files Browse the repository at this point in the history
  • Loading branch information
flibbertigibbet committed Sep 5, 2019
1 parent 174042b commit aa8800c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -336,4 +336,4 @@ gulp.task('watch', function () {
], gulp.series('development'));
});

gulp.task('default', gulp.series('production'));
gulp.task('default', gulp.series('development'));
1 change: 1 addition & 0 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"vinyl-source-stream": "~2.0.0"
},
"scripts": {
"gulp": "gulp",
"gulp-clean": "gulp clean",
"gulp-development": "gulp development",
"gulp-production": "gulp production",
Expand Down

0 comments on commit aa8800c

Please sign in to comment.