chore(npm): fix CI after switch
This commit is contained in:
parent
f8db818be2
commit
2f1d0be543
7 changed files with 14 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue