#!/usr/bin/make -f

%:
	dh $@ --with nodejs

override_dh_auto_build:
	grunt
