fix(build): gulp server process never finishing
This commit is contained in:
@ -184,7 +184,7 @@ function delRev(dest, manifestName) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
gulp.task('serve', function(cb) {
|
gulp.task('serve', function(cb) {
|
||||||
const called = false;
|
let called = false;
|
||||||
nodemon({
|
nodemon({
|
||||||
script: paths.server,
|
script: paths.server,
|
||||||
ext: '.jsx .js .json',
|
ext: '.jsx .js .json',
|
||||||
|
Reference in New Issue
Block a user