diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 1d938bc..6e1efe2 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -22,9 +22,6 @@ jobs: - name: Install dependencies run: npm install - - name: Build the package - run: npm run build - - name: Publish to GitHub Package Registry env: NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN }}