We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3069fd commit 9cd7bc6Copy full SHA for 9cd7bc6
package.json
@@ -7,7 +7,7 @@
7
"main": "index.js",
8
"scripts": {
9
"test": "echo \"Error: no test specified\" && exit 1",
10
- "version": "node ./scripts/version-bump.js",
+ "version": "node ./scripts/version-bump.js && git add -A",
11
"precommit": "lint-staged"
12
},
13
"keywords": [
0 commit comments