Revert "Aligned build with main (#1801)"
This reverts commit 3f6eb5fe17.
This commit is contained in:
parent
dcf295c448
commit
1ce4f2b3ab
1 changed files with 271 additions and 272 deletions
5
.github/workflows/sonar-scan.yml
vendored
5
.github/workflows/sonar-scan.yml
vendored
|
|
@ -6,7 +6,6 @@ on:
|
|||
pull_request:
|
||||
branches: [ main, develop ]
|
||||
types: [synchronize]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
@ -151,7 +150,7 @@ jobs:
|
|||
- run: |
|
||||
cd UI/Web || exit
|
||||
echo 'Installing web dependencies'
|
||||
npm ci --legacy-peer-deps
|
||||
npm ci
|
||||
|
||||
echo 'Building UI'
|
||||
npm run prod
|
||||
|
|
@ -266,7 +265,7 @@ jobs:
|
|||
|
||||
cd UI/Web || exit
|
||||
echo 'Installing web dependencies'
|
||||
npm ci --legacy-peer-deps
|
||||
npm install
|
||||
|
||||
echo 'Building UI'
|
||||
npm run prod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue