#!/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