forked from p15670423/monkey
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
|
fi
|
||||||
|
|
||||||
pushd "$ISLAND_PATH/cc/ui" || handle_error
|
pushd "$ISLAND_PATH/cc/ui" || handle_error
|
||||||
npm install sass-loader node-sass webpack --save-dev
|
npm ci
|
||||||
npm update
|
|
||||||
|
|
||||||
log_message "Generating front end"
|
log_message "Generating front end"
|
||||||
npm run dist
|
npm run dist
|
||||||
|
|
Loading…
Reference in New Issue