From 87127831695b833cca66c4e6a43b2bf0f7e556f6 Mon Sep 17 00:00:00 2001 From: Sohil Kshirsagar Date: Mon, 13 Oct 2025 21:11:27 -0700 Subject: [PATCH] chore: fix publish --- .github/workflows/publish.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 673d1d36..f9a1b2a6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,9 +26,6 @@ jobs: - name: Install dependencies run: npm ci - - name: Run tests - run: npm test - - name: Build run: npm run build