diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index cbdd16e..b9a8ab9 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -15,8 +15,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 16 - - run: npm ci - - run: npm test + - run: yarn build publish-npm: needs: build @@ -27,7 +26,6 @@ jobs: with: node-version: 16 registry-url: https://registry.npmjs.org/ - - run: npm ci - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}