Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Commit d737696

Browse files
committed
Corrected 'prod' task in gulpfile
1 parent 98f3e8c commit d737696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,5 +191,5 @@ gulp.task('debug', function(done) {
191191

192192
// Run the project in production mode
193193
gulp.task('prod', function(done) {
194-
runSequence('build', 'lint', ['nodemon', 'watch'], done);
194+
runSequence('build', 'env:prod', 'lint', ['nodemon', 'watch'], done);
195195
});

0 commit comments

Comments
 (0)