Small Build Fix (#1795)

* Stop showing loading indicator when no next/prev chapter

* Fixed a bug where manage collections wasn't named correctly in UI.

* Slight tweaks on email flow

* Fixed a bug where we were grabbing wrong property for book layout mode

* Fixed an issue where pagination area wasn't properly spanning window on different scaling modes.

* Fixed a bug where right pagination area wasn't sticking to the right hand side on original scaling

* Added a note from reading an epub3

* Reworked some of the readme

* Changed the build to ci
This commit is contained in:
Joe Milazzo 2023-02-17 19:56:52 -06:00 committed by GitHub
parent 4d30fa1925
commit 30af73c4f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ BuildUI()
rm -rf API/wwwroot/* rm -rf API/wwwroot/*
cd UI/Web/ || exit cd UI/Web/ || exit
echo 'Installing web dependencies' echo 'Installing web dependencies'
npm install npm ci --legacy-peer-deps
echo 'Building UI' echo 'Building UI'
npm run prod npm run prod
echo 'Copying back to Kavita wwwroot' echo 'Copying back to Kavita wwwroot'