From af522dca5ffdbd37052b335ce0a231b0eadc3363 Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Fri, 28 Mar 2025 13:43:44 -0700 Subject: [PATCH] chore: lint and test prior to publishing --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5ceff88..2a8fc4a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,6 +13,8 @@ jobs: registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm run build + - run: npm run lint + - run: npm run test - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}