#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	node debian/build.mjs

override_dh_auto_test:

execute_after_dh_auto_clean:
	rm -rf dist
