Skip to content

Commit a625665

Browse files
mejo-backportbot[bot]
authored andcommitted
fix(ci): revert building after npm audit fix
This was accidently introduced again with 51ac9ad, but we have a different approach in text. JS assets are compiled and pushed to the branches by a CI job after PRs got merged. Signed-off-by: Jonas <jonas@freesources.org> [skip ci]
1 parent 9fd53da commit a625665

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/npm-audit-fix.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,12 @@ jobs:
5959
id: npm-audit
6060
uses: nextcloud-libraries/npm-audit-action@1b1728b2b4a7a78d69de65608efcf4db0e3e42d0 # v0.2.0
6161

62-
- name: Run npm ci and npm run build
62+
- name: Run npm ci
6363
if: steps.checkout.outcome == 'success'
6464
env:
6565
CYPRESS_INSTALL_BINARY: 0
6666
run: |
6767
npm ci
68-
npm run build --if-present
6968
7069
- name: Create Pull Request
7170
if: steps.checkout.outcome == 'success'

0 commit comments

Comments
 (0)