parent
03111240d7
commit
c9cb7ff7db
@ -30,6 +30,10 @@ gulp.task('build',
|
||||
gulp.task('default',
|
||||
gulp.series('build', server, watch));
|
||||
|
||||
// Build emails, run the server, and watch for file changes
|
||||
gulp.task('watch',
|
||||
gulp.series('build', watch));
|
||||
|
||||
// Build emails, then send to litmus
|
||||
gulp.task('litmus',
|
||||
gulp.series('build', creds, aws, litmus));
|
||||
|
@ -7,6 +7,7 @@
|
||||
"scripts": {
|
||||
"start": "gulp",
|
||||
"build": "gulp --production",
|
||||
"watch": "gulp watch --production",
|
||||
"zip": "gulp zip --production",
|
||||
"litmus": "gulp litmus --production",
|
||||
"mail": "gulp mail --production"
|
||||
|
Loading…
Reference in New Issue
Block a user