mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-28 11:15:53 +00:00
Replace npm install with npm ci for frontend build
This commit is contained in:
committed by
GitHub
parent
60a3ca6f25
commit
58e8dfbd49
@@ -22,7 +22,7 @@ fetch_and_deploy_gh_release "booklore" "booklore-app/BookLore" "tarball"
|
||||
|
||||
msg_info "Building Frontend"
|
||||
cd /opt/booklore/booklore-ui
|
||||
$STD npm install --omit=dev --legacy-peer-deps
|
||||
$STD npm ci
|
||||
$STD npm run build --configuration=production
|
||||
msg_ok "Built Frontend"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user