mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-02 04:00:36 +00:00
chore: add apidoc watch command
This commit is contained in:
parent
76499412ed
commit
97840ed732
1 changed files with 4 additions and 0 deletions
|
|
@ -20,3 +20,7 @@ gulp.task('apidoc', ['apidoc:clean'], (done) => {
|
||||||
done();
|
done();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
gulp.task('apidoc:watch', ['apidoc'], () => {
|
||||||
|
return gulp.watch(APIDOC_SRC_PATH + '/**/*.js', ['apidoc']);
|
||||||
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue