Skip to content

Commit 9cd7bc6

Browse files
committed
Add git add commit for changed files
1 parent a3069fd commit 9cd7bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"main": "index.js",
88
"scripts": {
99
"test": "echo \"Error: no test specified\" && exit 1",
10-
"version": "node ./scripts/version-bump.js",
10+
"version": "node ./scripts/version-bump.js && git add -A",
1111
"precommit": "lint-staged"
1212
},
1313
"keywords": [

0 commit comments

Comments
 (0)