From 30af73c4f25ea173cab59eab63edc3a976e628b7 Mon Sep 17 00:00:00 2001 From: Joe Milazzo Date: Fri, 17 Feb 2023 19:56:52 -0600 Subject: [PATCH] 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 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index c240cc5d7..9721e9585 100755 --- a/build.sh +++ b/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'