mirror of
https://github.com/sim1222/misskey.git
synced 2025-07-02 08:50:06 +09:00
implement dev command
This commit is contained in:
@ -57,6 +57,6 @@ gulp.task('default', gulp.task('build'));
|
||||
|
||||
gulp.task('watch', () => {
|
||||
gulp.watch([
|
||||
'./packages/**/*',
|
||||
'./packages/*/src/**/*',
|
||||
], { ignoreInitial: false }, gulp.task('build'));
|
||||
});
|
||||
|
Reference in New Issue
Block a user