mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-01 21:30:09 +00:00
Use hardlinks for PNPM packages (#8357)
This commit is contained in:
parent
d46c948f2d
commit
6e331d3456
2 changed files with 2 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ function update_script() {
|
|||
rm -rf /opt/zigbee2mqtt/data
|
||||
mv /opt/z2m_backup/data /opt/zigbee2mqtt
|
||||
cd /opt/zigbee2mqtt
|
||||
echo "packageImportMethod: hardlink" >>./pnpm-workspace.yaml
|
||||
$STD pnpm install --frozen-lockfile
|
||||
$STD pnpm build
|
||||
msg_ok "Updated Zigbee2MQTT"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue