#!/usr/bin/make -f

#export DH_VERBOSE=1

%:
	dh $@

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