Skip to content

Commit

Permalink
Update version script
Browse files Browse the repository at this point in the history
  • Loading branch information
Tejas Kumar committed Jun 29, 2018
1 parent 1718d00 commit 4f3a40d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"scripts": {
"watch": "rollup -cw",
"build": "rollup -c",
"precommit": "lint-staged"
"precommit": "lint-staged",
"preversion": "npm run build"
},
"lint-staged": {
".(md)": [
Expand Down

0 comments on commit 4f3a40d

Please sign in to comment.