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

override_dh_auto_build:
	HOME=$(CURDIR) yarnpkg install --immutable
	HOME=$(CURDIR) script/build_frontend
	dh_auto_build

override_dh_auto_test:
