Bugfixes (3) (#2867)

This commit is contained in:
Joe Milazzo 2024-04-14 10:12:23 -05:00 committed by GitHub
parent 4756347cb6
commit 8cb650dbb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 308 additions and 573 deletions

View file

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