hedera-web/debian/rules

15 lines
151 B
Plaintext
Raw Normal View History

#!/usr/bin/make -f
#export DH_VERBOSE=1
%:
2017-12-11 12:35:58 +00:00
dh $@
2016-10-14 10:58:35 +00:00
clean:
npm --production run clean
dh_clean $@
build:
2018-05-11 14:50:43 +00:00
npm install
2016-10-14 10:58:35 +00:00
npm --production run build