diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 9f1347c..76a98a0 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -23,10 +23,6 @@ jobs: name: Install dependencies run: | bun install --frozen-lockfile - - id: build - name: Build library - run: | - bun run build - run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file