There was an error while loading. Please reload this page.
1 parent 60a3ca6 commit 58e8dfbCopy full SHA for 58e8dfb
1 file changed
install/booklore-install.sh
@@ -22,7 +22,7 @@ fetch_and_deploy_gh_release "booklore" "booklore-app/BookLore" "tarball"
22
23
msg_info "Building Frontend"
24
cd /opt/booklore/booklore-ui
25
-$STD npm install --omit=dev --legacy-peer-deps
+$STD npm ci
26
$STD npm run build --configuration=production
27
msg_ok "Built Frontend"
28
0 commit comments