mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-05 15:40:34 +00:00
Update install scripts for improved dependency handling (#9441)
Replaces 'npm ci' with 'npm install --legacy-peer-deps' in install and update scripts to address peer dependency issues. Adds global npm update and turbo prune steps to the update script for better Docker build support.
This commit is contained in:
parent
d2a103c230
commit
8a0b1d864b
2 changed files with 8 additions and 2 deletions
|
|
@ -76,7 +76,7 @@ cd out
|
|||
$STD cp ../lingui.config.ts .
|
||||
$STD cp ../turbo.json .
|
||||
$STD cp -r json/* .
|
||||
$STD npm ci
|
||||
$STD npm install --legacy-peer-deps
|
||||
$STD cp -r full/* .
|
||||
$STD turbo run build --filter=@documenso/remix
|
||||
$STD npm run prisma:migrate-deploy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue