mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 04:29:40 +00:00
Improve formatting of gulp task
This commit is contained in:
parent
47681e90bd
commit
e34c30a37f
1 changed files with 1 additions and 3 deletions
|
|
@ -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']);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue