diff --git a/gulpfile.js b/gulpfile.js index ee0379eda004..f70b175ee9d3 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -668,7 +668,7 @@ const maybeUpdateWebappStrings = () => { ); }; -function maybeBuildWebapps() { +const maybeBuildWebapps = () => { if (!shouldBuildWebapps()) return noop; return gulp.parallel(skillmap, authcode, multiplayer); }