Skip to content

Commit

Permalink
fix: do not disable npm
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Feb 15, 2024
1 parent 1d72db2 commit c08bf8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"plugins": {
"./packages/release-it-pnpm/src/index.js": {}
},
"npm": {
"publish": false
},
"git": {
"commitMessage": "chore: release v${version}"
},
Expand Down
4 changes: 0 additions & 4 deletions packages/release-it-pnpm/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ class ReleaseItPnpmPlugin extends Plugin {
this.registerPrompts(prompts)
}

static disablePlugin() {
return 'npm'
}

getInitialOptions(options) {
return options
}
Expand Down

0 comments on commit c08bf8f

Please sign in to comment.