Deploy: Use `npm ci` instead of install/update in Linux deployment

This commit is contained in:
Mike Salvatore 2022-02-24 13:22:11 -05:00
parent c8c1aa7036
commit 22ec96c4ee
1 changed files with 1 additions and 2 deletions

View File

@ -202,8 +202,7 @@ if ! exists npm; then
fi
pushd "$ISLAND_PATH/cc/ui" || handle_error
npm install sass-loader node-sass webpack --save-dev
npm update
npm ci
log_message "Generating front end"
npm run dist