diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9747389..888caa6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,6 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 24 - registry-url: 'https://registry.npmjs.org' package-manager-cache: false - name: Setup Dependencies diff --git a/package.json b/package.json index 275e82f..d0609d8 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "scripts": { "test": "jest --silent --coverage", "build": "rm -rf ./lib/ && tsc --project tsconfig.build.json && npx webpack", - "publish": "npm run build && npm publish --access public", + "publish:npm": "npm run build && npm publish --access public", "prettier": "prettier --write 'src/**/*'", "typedoc": "rm -rf ./docs/ && typedoc --tsconfig tsconfig.build.json --plugin typedoc-plugin-markdown --out docs/markdown", "npmgui": "npx npm-gui@latest",