We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edfa873 commit 5fc54b3Copy full SHA for 5fc54b3
1 file changed
package.json
@@ -25,7 +25,9 @@
25
"scripts": {
26
"test": "jest",
27
"test:watch": "jest --watch",
28
- "lint": "prettier --write \"./**/*.{js,json,jsx,md,html}\""
+ "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\""
31
},
32
"repository": {
33
"type": "git",
0 commit comments