#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	# Build @rollup/pluginutils
	cd packages/pluginutils && rollup -c
