diff --git a/.github/workflows/npm-publish-release.yml b/.github/workflows/npm-publish-release.yml index 48c2a6b1..c59e4228 100644 --- a/.github/workflows/npm-publish-release.yml +++ b/.github/workflows/npm-publish-release.yml @@ -13,6 +13,7 @@ jobs: registry-url: "https://registry.npmjs.org" - run: npm ci - run: npm test + - run: npm run build - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}