Skip to content

Commit 0db0ebb

Browse files
committed
Fix version script
1 parent 13687a1 commit 0db0ebb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"scripts": {
4242
"tsc": "tsc",
43-
"version": "tsc && webpack",
43+
"version": "tsc && webpack && git add -A",
4444
"build": "tsc && webpack",
4545
"tsc-watch": "tsc -w",
4646
"test": "npm run tsc && npm run test-core && npm run test-duplex",

0 commit comments

Comments
 (0)