Aligned build with main (#1801)

This commit is contained in:
Joe Milazzo 2023-02-18 10:46:14 -06:00 committed by GitHub
parent 20e809bf38
commit 3f6eb5fe17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ on:
pull_request:
branches: [ main, develop ]
types: [synchronize]
workflow_dispatch:
jobs:
build:
@ -150,7 +151,7 @@ jobs:
- run: |
cd UI/Web || exit
echo 'Installing web dependencies'
npm ci
npm ci --legacy-peer-deps
echo 'Building UI'
npm run prod
@ -265,7 +266,7 @@ jobs:
cd UI/Web || exit
echo 'Installing web dependencies'
npm install
npm ci --legacy-peer-deps
echo 'Building UI'
npm run prod