Aligned build with main (#1801)
This commit is contained in:
parent
20e809bf38
commit
3f6eb5fe17
1 changed files with 272 additions and 271 deletions
5
.github/workflows/sonar-scan.yml
vendored
5
.github/workflows/sonar-scan.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue