Deploy: Use `npm ci` instead of install/update in Linux deployment
This commit is contained in:
parent
c8c1aa7036
commit
22ec96c4ee
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue