Revert "Aligned build with main (#1801)"

This reverts commit 3f6eb5fe17934cc5aa3b227b165e184bf47ade14.
This commit is contained in:
Robbie Davis 2023-02-18 12:29:01 -05:00
parent dcf295c448
commit 1ce4f2b3ab

View File

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