mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-18 03:38:51 +00:00
Correct task.
This commit is contained in:
parent
b71f1f7862
commit
0923077f2f
1 changed files with 1 additions and 1 deletions
|
|
@ -301,7 +301,7 @@ gulp.task('test:api-v2', ['test:prepare:server'], (done) => {
|
|||
|
||||
gulp.task('test:api-v2:watch', ['test:prepare:server'], () => {
|
||||
process.env.RUN_INTEGRATION_TEST_FOREVER = true;
|
||||
gulp.watch(['website/src/**', 'test/api/v2/**'], ['test:api']);
|
||||
gulp.watch(['website/src/**', 'test/api/v2/**'], ['test:api-v2']);
|
||||
});
|
||||
|
||||
gulp.task('test:api-v2:safe', ['test:prepare:server'], (done) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue