Skip to content

Commit

Permalink
[DDW-596] Put back required gulptask
Browse files Browse the repository at this point in the history
  • Loading branch information
mchappell committed Dec 31, 2021
1 parent b53b9d6 commit d096de3
Show file tree
Hide file tree
Showing 2 changed files with 645 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ gulp.task(
)
);

gulp.task('clean:dist', shell.task('rimraf ./dist'));

gulp.task('test:e2e:watch', gulp.series('build:watch', 'test:e2e:nodemon'));

gulp.task('purge:translations', shell.task('rimraf ./translations/messages'));
Loading

0 comments on commit d096de3

Please sign in to comment.