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
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
|
@ -63,7 +63,7 @@ BuildUI()
|
|||
rm -rf API/wwwroot/*
|
||||
cd UI/Web/ || exit
|
||||
echo 'Installing web dependencies'
|
||||
npm install
|
||||
npm ci --legacy-peer-deps
|
||||
echo 'Building UI'
|
||||
npm run prod
|
||||
echo 'Copying back to Kavita wwwroot'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue