diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 1f24922..6c19396 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -12,14 +12,6 @@ jobs: with: node-version: '16.x' registry-url: 'https://registry.npmjs.org' - - name: Run install - uses: borales/actions-yarn@v4 - with: - cmd: install # will run `yarn install` command - - name: Build production bundle - uses: borales/actions-yarn@v4 - with: - cmd: build # will run `yarn build:prod` command - run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}