mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2026-09-02 21:04:08 +03:00
chore(debian-packaging): use npm ci instead of install
Co-authored-by: Fernando Fernández <ferferga@hotmail.com>
This commit is contained in:
committed by
Fernando Fernández
co-authored by
Fernando Fernández
parent
82a81f9f4d
commit
fe494b482f
Vendored
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user