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

@ -14,7 +14,7 @@ else
fi
# build archives
npm ci --no-audit
npm ci --no-audit --unsafe-perm
mv dist jellyfin-web_${version}
tar -czf jellyfin-web_${version}_portable.tar.gz jellyfin-web_${version}
rm -rf dist