Angular 15 (#1765)

* Refactored some code in BookService to make the code easier to understand

* More lint fixes

* Use npm ci for installs in pipeline

* Fixed build system again by deleting nodejs. New build system uses package-lcok going forward.
This commit is contained in:
Joe Milazzo 2023-01-30 10:47:34 -08:00 committed by GitHub
parent 72737ceff2
commit d09e458e85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 1418 additions and 4984 deletions

View file

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