diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 2589e81..496d1b4 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -35,8 +35,6 @@ jobs: registry-url: https://registry.npmjs.org/ - name: CI run: npm ci - - name: Build - run: npm run build - name: Publish run: npm publish --access public env: @@ -56,8 +54,6 @@ jobs: registry-url: https://npm.pkg.github.com/ - name: CI run: npm ci - - name: Build - run: npm run build - name: Publish run: npm publish --access public env: