Skip to content

Commit f18c039

Browse files
Commit updated package-lock (#9484)
Co-authored-by: Pete Steyert-Woods <[email protected]>
1 parent d5c3da5 commit f18c039

File tree

3 files changed

+515
-197
lines changed

3 files changed

+515
-197
lines changed

gulp.d/tasks/build-ui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = function buildUI(cb) {
2828
// install dependencies unless already present or forced
2929
let installStep = (!FORCE_INSTALL && fs.existsSync(MODULES_DIR))
3030
? Promise.resolve()
31-
: execPromise('npm install', { cwd: UI_DIR })
31+
: execPromise('npm install --no-save', { cwd: UI_DIR })
3232
installStep
3333
.then(() => execPromise('npx gulp bundle', { cwd: UI_DIR }))
3434
.then(() => {

0 commit comments

Comments
 (0)