#!/usr/bin/make -f

#export DH_VERBOSE=1

%:
	dh $@

clean:
	npm --production run clean
	dh_clean $@
	
build:
	npm install
	npm --production run build