diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index 1b9f4194a..1745ba824 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -47,11 +47,11 @@ jobs: run: | npm audit fix - # - name: Run npm ci and npm run build - # if: always() - # run: | - # npm ci - # npm run build --if-present + - name: Run npm ci and npm run build + if: always() + run: | + npm ci + npm run build --if-present - name: Create Pull Request if: always()