From 4464c774461f527ddd14ceee9664bd6b5f4e61f8 Mon Sep 17 00:00:00 2001 From: Simon L Date: Wed, 29 Nov 2023 17:11:40 +0100 Subject: [PATCH] revert commenting compile step Signed-off-by: Simon L --- .github/workflows/npm-audit-fix.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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()