ci: refs #4922 debian/rules fix
gitea/hedera-web/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2025-02-11 11:50:10 +01:00
parent c4c04d8b0f
commit 6f85e8d611
1 changed files with 3 additions and 3 deletions

6
debian/rules vendored
View File

@ -5,11 +5,11 @@
%:
dh $@
clean:
npm run clean
override_dh_clean:
pnpm run clean
dh_clean $@
build:
override_dh_auto_build:
pnpm install --prefer-offline
pnpm exec quasar build