Skip to content

Commit 592b77e

Browse files
committed
chore: generi commands
1 parent f5aed19 commit 592b77e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@
3939
"test": "vitest run --coverage",
4040
"test:dev": "vitest",
4141
"format": "prettier --write src/ tests/",
42-
"prepublishOnly": "pnpm build"
42+
"prepublishOnly": "pnpm build",
43+
"patch": "node dist/index.js log patch",
44+
"minor": "node dist/index.js log minor",
45+
"major": "node dist/index.js log major"
4346
},
4447
"bin": {
4548
"generi": "dist/index.js"

0 commit comments

Comments
 (0)