Skip to content

Commit 5fc54b3

Browse files
committed
added npm versions scripts
1 parent edfa873 commit 5fc54b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
"scripts": {
2626
"test": "jest",
2727
"test:watch": "jest --watch",
28-
"lint": "prettier --write \"./**/*.{js,json,jsx,md,html}\""
28+
"lint": "prettier --write \"./**/*.{js,json,jsx,md,html}\"",
29+
"version-minor": "npm version minor -m \"bumped version to v%s\"",
30+
"version-patch": "npm version patch -m \"bumped version to v%s\""
2931
},
3032
"repository": {
3133
"type": "git",

0 commit comments

Comments
 (0)