#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_build:
	rollup --config debian/rollup.config.cjs

execute_after_dh_installdocs:
	dh_nodejs_autodocs
