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

View file

@ -27,7 +27,8 @@ Jellyfin is a free software media system that puts you in control of managing an
%build
%install
npm ci --no-audit
chown root:root -R .
npm ci --no-audit --unsafe-perm
%{__mkdir} -p %{buildroot}%{_datadir}
mv dist %{buildroot}%{_datadir}/jellyfin-web
%{__install} -D -m 0644 LICENSE %{buildroot}%{_datadir}/licenses/jellyfin/LICENSE