mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
add a default task
This commit is contained in:
parent
e94d2d0151
commit
b4d37a2036
1 changed files with 3 additions and 1 deletions
|
@ -116,4 +116,6 @@ gulp.task('watch', function() {
|
|||
gulp.watch('js/**/*.js', gulp.series('js'));
|
||||
gulp.watch('css/*.less', gulp.series('css'));
|
||||
gulp.watch('views/**/*.ms', gulp.series('views'));
|
||||
});
|
||||
});
|
||||
|
||||
gulp.task('default', gulp.series('build', 'watch'));
|
Loading…
Add table
Reference in a new issue