mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
Improve formatting of gulp task
This commit is contained in:
@@ -58,9 +58,7 @@ gulp.task('test:common:clean', (cb) => {
|
||||
pipe(exec(testBin("mocha test/common"), () => cb()));
|
||||
});
|
||||
|
||||
gulp.task('test:common:watch', [
|
||||
'test:common:clean'
|
||||
], () => {
|
||||
gulp.task('test:common:watch', ['test:common:clean'], () => {
|
||||
gulp.watch(['common/script/**', 'test/common/**'], ['test:common:clean']);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user