mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +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()));
|
pipe(exec(testBin("mocha test/common"), () => cb()));
|
||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('test:common:watch', [
|
gulp.task('test:common:watch', ['test:common:clean'], () => {
|
||||||
'test:common:clean'
|
|
||||||
], () => {
|
|
||||||
gulp.watch(['common/script/**', 'test/common/**'], ['test:common:clean']);
|
gulp.watch(['common/script/**', 'test/common/**'], ['test:common:clean']);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user