This commit is contained in:
Joe Milazzo 2024-04-14 08:54:37 -05:00 committed by GitHub
parent 9ce66cada6
commit 3d02a8ffba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 21 additions and 6 deletions

View file

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