mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Do not test on gulp watch
This commit is contained in:
parent
4d51f21831
commit
98eea76195
@ -176,7 +176,10 @@ function moduleSizesTask() {
|
||||
}
|
||||
|
||||
function watchTask() {
|
||||
gulp.watch('./src/**', ['build', 'unittest', 'unittestWatch']);
|
||||
if (util.env.test) {
|
||||
return gulp.watch('./src/**', ['build', 'unittest', 'unittestWatch']);
|
||||
}
|
||||
return gulp.watch('./src/**', ['build']);
|
||||
}
|
||||
|
||||
function serverTask() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user