Don't install yarn during build, assume its there
This commit is contained in:
Vendored
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user