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

15 lines
151 B
Makefile
Executable File

#!/usr/bin/make -f
#export DH_VERBOSE=1
%:
dh $@
clean:
npm --production run clean
dh_clean $@
build:
npm install
npm --production run build