Fixed a build issue (#2171)

This commit is contained in:
Joe Milazzo 2023-08-01 10:22:03 -05:00 committed by GitHub
parent 0b52c5b05f
commit f037bf3a35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -268,7 +268,7 @@ jobs:
cd UI/Web || exit cd UI/Web || exit
echo 'Installing web dependencies' echo 'Installing web dependencies'
npm ci npm install --legacy-peer-deps
echo 'Building UI' echo 'Building UI'
npm run prod npm run prod

View file

@ -7,7 +7,7 @@
"name": "GPL-3.0", "name": "GPL-3.0",
"url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE" "url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE"
}, },
"version": "0.7.5.7" "version": "0.7.6.0"
}, },
"servers": [ "servers": [
{ {