forked from verdnatura/hedera-web
refs #4922 Debian rules fixes
This commit is contained in:
parent
a285e1acc7
commit
6c9e3bbc55
|
@ -7,11 +7,11 @@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
npm run clean
|
npm run clean
|
||||||
dh_clean $@
|
# dh_clean $@
|
||||||
|
|
||||||
build:
|
build:
|
||||||
npm install --no-audit --prefer-offline
|
npm install --no-audit --prefer-offline
|
||||||
# npx quasar build
|
npx quasar build
|
||||||
|
|
||||||
mkdir -p build-deps
|
mkdir -p build-deps
|
||||||
cp package.json package-lock.json build-deps
|
cp package.json package-lock.json build-deps
|
||||||
|
|
Loading…
Reference in New Issue