mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
wip(shared): port sleep op
This commit is contained in:
@@ -104,7 +104,7 @@ gulp.task('test:common:clean', (cb) => {
|
||||
});
|
||||
|
||||
gulp.task('test:common:watch', ['test:common:clean'], () => {
|
||||
gulp.watch(['common/script/**', 'test/common/**'], ['test:common:clean']);
|
||||
gulp.watch(['common/script/**/*', 'test/common/**/*'], ['test:common:clean']);
|
||||
});
|
||||
|
||||
gulp.task('test:common:safe', ['test:prepare:build'], (cb) => {
|
||||
|
||||
Reference in New Issue
Block a user