implement dev command

This commit is contained in:
syuilo 2021-11-19 14:48:59 +09:00
parent 9d67857a34
commit a9a5673069
6 changed files with 154 additions and 97 deletions

View file

@ -57,6 +57,6 @@ gulp.task('default', gulp.task('build'));
gulp.task('watch', () => {
gulp.watch([
'./packages/**/*',
'./packages/*/src/**/*',
], { ignoreInitial: false }, gulp.task('build'));
});