diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 58fbf3d..c9da3fb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,4 +45,4 @@ jobs: if: ${{ steps.release.outputs.release_created }} env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} - run: npm run publish --access public + run: npm publish --access public diff --git a/package.json b/package.json index fc48228..1b294d5 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,6 @@ "build:types": "tsc -p tsconfig.lib.json", "build:js": "rollup -c", "build": "npm run build:types && npm run build:js", - "publish": "npm publish --public" }, "devDependencies": { "@babel/cli": "^7.23.0",