Don't install yarn during build, assume its there
This commit is contained in:
parent
7b6517182b
commit
f798e51860
1 changed files with 0 additions and 2 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue