chore(debian-packaging): use npm ci instead of install

Co-authored-by: Fernando Fernández <ferferga@hotmail.com>
This commit is contained in:
Joshua M. Boniface
2023-01-15 22:17:09 +01:00
committed by Fernando Fernández
co-authored by Fernando Fernández
parent 82a81f9f4d
commit fe494b482f
+1 -1
View File
@@ -11,7 +11,7 @@ override_dh_auto_test:
override_dh_clistrip:
override_dh_auto_build:
npm install
npm ci --no-audit
npm run build
mv $(CURDIR)/frontend/dist $(CURDIR)/vue