removed gulp docker from gulp backTest sequence
This commit is contained in:
parent
fc450168c9
commit
68ba460548
|
@ -100,7 +100,7 @@ function backTest(done) {
|
|||
|
||||
nodemon({
|
||||
exec: gulpBin,
|
||||
args: ['dockerAndBackTest'],
|
||||
args: ['backendUnitTest'],
|
||||
watch: backSources,
|
||||
done: done
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue