refs #4922 debian/rules use pnpm
gitea/hedera-web/pipeline/pr-dev There was a failure building this commit Details
gitea/hedera-web/pipeline/head There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2024-11-27 15:08:28 +01:00
parent fed067c533
commit e7aebc371e
1 changed files with 4 additions and 3 deletions

7
debian/rules vendored
View File

@ -10,9 +10,10 @@ clean:
dh_clean $@
build:
npm install --no-audit --prefer-offline
npx quasar build
corepack enable pnpm
pnpm install --prefer-offline
pnpm exec quasar build
mkdir -p build-deps
cp package.json package-lock.json build-deps
cp package.json build-deps
(cd build-deps && npm install --omit=dev --no-audit --prefer-offline)