Skip to content

Commit

Permalink
Fix version script
Browse files Browse the repository at this point in the history
  • Loading branch information
alshakero committed Jul 21, 2017
1 parent 13687a1 commit 0db0ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"scripts": {
"tsc": "tsc",
"version": "tsc && webpack",
"version": "tsc && webpack && git add -A",
"build": "tsc && webpack",
"tsc-watch": "tsc -w",
"test": "npm run tsc && npm run test-core && npm run test-duplex",
Expand Down

0 comments on commit 0db0ebb

Please sign in to comment.