refs #4922 Debian rules fixes
gitea/hedera-web/pipeline/head There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2024-11-25 16:09:34 +01:00
parent a285e1acc7
commit 6c9e3bbc55
1 changed files with 2 additions and 2 deletions

4
debian/rules vendored
View File

@ -7,11 +7,11 @@
clean:
npm run clean
dh_clean $@
# dh_clean $@
build:
npm install --no-audit --prefer-offline
# npx quasar build
npx quasar build
mkdir -p build-deps
cp package.json package-lock.json build-deps