forked from p15670423/monkey
appimage: Use npm-ci instead of npm-install
This commit is contained in:
parent
2856b85616
commit
e58281b0f0
|
@ -203,11 +203,11 @@ generate_ssl_cert() {
|
|||
|
||||
build_frontend() {
|
||||
pushd "$ISLAND_PATH/cc/ui" || handle_error
|
||||
npm install sass-loader node-sass webpack --save-dev
|
||||
npm update
|
||||
|
||||
log_message "Generating front end"
|
||||
npm ci
|
||||
npm run dist
|
||||
|
||||
popd || handle_error
|
||||
|
||||
remove_node_modules
|
||||
|
|
Loading…
Reference in New Issue