mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-06 15:03:08 -05:00
Merge pull request #14133 from BerkeleyTrue/lint/gulp-file
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) {
|
||||
const called = false;
|
||||
let called = false;
|
||||
nodemon({
|
||||
script: paths.server,
|
||||
ext: '.jsx .js .json',
|
||||
|
||||
Reference in New Issue
Block a user