Skip to content

Commit

Permalink
feat(package.json): add release command
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi committed Oct 8, 2024
1 parent 369cef3 commit ea47010
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"lint": "eslint --cache .",
"format": "nr lint --fix",
"cmigemo:fetch": "nlx giget --forceClean gh:koron/cmigemo#master",
"postinstall": "nlx bunpare && nr cmigemo:fetch"
"postinstall": "nlx bunpare && nr cmigemo:fetch",
"release": "nr lint && nlx publint && nlx bumpp"
},
"peerDependencies": {
"typescript": "^5.6.2"
Expand Down

0 comments on commit ea47010

Please sign in to comment.