Skip to content

Commit cb02f47

Browse files
committed
chore: scripts
1 parent d747f6d commit cb02f47

File tree

2 files changed

+90
-1
lines changed

2 files changed

+90
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
},
3232
"scripts": {
3333
"lint": "eslint .",
34-
"start": "node ./src/cli.js"
34+
"start": "node ./src/cli.js",
35+
"release": "bumpp --commit --push --tag && npm publish"
3536
},
3637
"dependencies": {
3738
"conventional-changelog": "^2.0.0",
@@ -48,6 +49,7 @@
4849
},
4950
"devDependencies": {
5051
"@antfu/eslint-config": "^0.25.1",
52+
"bumpp": "^7.1.1",
5153
"eslint": "^8.17.0",
5254
"typescript": "^4.7.3"
5355
}

pnpm-lock.yaml

Lines changed: 87 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)