FIX pnpm deployment #110

Merged
jsegarra merged 3 commits from fix_pnpm_deploy into beta 2025-02-10 09:48:44 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 36dd0abf9d - Show all commits
debian

2
debian/rules vendored
View File

@ -15,4 +15,4 @@ build:
mkdir -p build-deps
cp package.json build-deps
(cd build-deps && npm install --omit=dev --no-audit --prefer-offline)
(cd build-deps && pnpm install --prod --config.audit=true --prefer-offline)