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

15 lines
126 B
Plaintext
Raw Normal View History

#!/usr/bin/make -f
#export DH_VERBOSE=1
%:
dh $@
2016-10-14 10:58:35 +00:00
clean:
2017-03-02 10:01:29 +00:00
npm run clean
2016-10-14 10:58:35 +00:00
dh_clean $@
build:
npm --production run build