0
1
Fork 0
hedera-web-mindshore/debian/rules

20 lines
301 B
Makefile
Executable File

#!/usr/bin/make -f
#export DH_VERBOSE=1
%:
dh $@
clean:
npm run clean
override_dh_clean:
build:
npm install --no-audit --prefer-offline
npx quasar build
mkdir -p build-deps
cp package.json package-lock.json build-deps
(cd build-deps && npm install --omit=dev --no-audit --prefer-offline)