Skip to content

Commit 58e8dfb

Browse files
authored
Replace npm install with npm ci for frontend build
1 parent 60a3ca6 commit 58e8dfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install/booklore-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fetch_and_deploy_gh_release "booklore" "booklore-app/BookLore" "tarball"
2222

2323
msg_info "Building Frontend"
2424
cd /opt/booklore/booklore-ui
25-
$STD npm install --omit=dev --legacy-peer-deps
25+
$STD npm ci
2626
$STD npm run build --configuration=production
2727
msg_ok "Built Frontend"
2828

0 commit comments

Comments
 (0)