hedera-web/debian/rules

16 lines
168 B
Makefile
Executable File

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