diff --git a/.github/workflows/publish-to-npm.yml b/.github/workflows/publish-to-npm.yml index 2a509c0..36dc454 100644 --- a/.github/workflows/publish-to-npm.yml +++ b/.github/workflows/publish-to-npm.yml @@ -13,7 +13,7 @@ jobs: with: node-version: 18 registry-url: https://registry.npmjs.org - - run: npm ci && npm run build && npm test + - run: npm ci && npm run build - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}} \ No newline at end of file