mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
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:
parent
4d30fa1925
commit
30af73c4f2
2
build.sh
2
build.sh
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user