From dbc8464c89c79e3f42e9971e5f694d29efa89658 Mon Sep 17 00:00:00 2001 From: Sebastian Beltran Date: Tue, 13 Jan 2026 11:03:26 -0500 Subject: [PATCH] fix(publish-workflow): update test command to use --if-present flag --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4ea7eb5..92fe828 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -96,7 +96,7 @@ jobs: # Run test before login to not waste time if it fails - name: Run codemod Tests working-directory: ${{ steps.parse-tag.outputs.codemod-path }} - run: npm run test + run: npm run --if-present test - name: Authenticate with Codemod registry env: