Don't install yarn during build, assume its there

This commit is contained in:
Joshua M. Boniface 2020-03-23 22:02:51 -04:00
parent 7b6517182b
commit f798e51860

2
debian/rules vendored
View file

@ -11,9 +11,7 @@ override_dh_auto_test:
override_dh_clistrip:
override_dh_auto_build:
npm install yarn
npx yarn install
npx yarn build
mv $(CURDIR)/dist $(CURDIR)/web
override_dh_auto_clean: