We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13687a1 commit 0db0ebbCopy full SHA for 0db0ebb
1 file changed
package.json
@@ -40,7 +40,7 @@
40
},
41
"scripts": {
42
"tsc": "tsc",
43
- "version": "tsc && webpack",
+ "version": "tsc && webpack && git add -A",
44
"build": "tsc && webpack",
45
"tsc-watch": "tsc -w",
46
"test": "npm run tsc && npm run test-core && npm run test-duplex",
0 commit comments