diff --git a/gulpfile.js b/gulpfile.js index 9812c36cf191..e6c8a63b0668 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -691,7 +691,7 @@ const kiosk = gulp.series(cleanKiosk, buildKiosk, gulp.series(copyKioskCss, copy Webapp build wrappers *********************************************************/ -const shouldBuildWebapps = () => (process.argv.indexOf("--no-webapps") === -1); +const shouldBuildWebapps = () => (process.argv.indexOf("--no-webapps") === -1 && process.argv.indexOf("-n") === -1); const maybeUpdateWebappStrings = () => { if (!shouldBuildWebapps()) return noop;