chore(npm): fix CI after switch

This commit is contained in:
Fernando Fernández 2021-04-08 23:09:52 +02:00
parent f8db818be2
commit 2f1d0be543
7 changed files with 14 additions and 10 deletions

2
debian/rules vendored
View file

@ -11,7 +11,7 @@ override_dh_auto_test:
override_dh_clistrip:
override_dh_auto_build:
npm ci --no-audit
npm ci --no-audit --unsafe-perm
mv $(CURDIR)/dist $(CURDIR)/web
override_dh_auto_clean: