Skip to content

Commit

Permalink
Add npm version scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Coch committed Jul 26, 2017
1 parent 3ee76b8 commit 208a127
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
"type": "git",
"url": "https://github.com/iosphere/elm-i18n.git"
},
"scripts": {},
"scripts": {
"preversion": "make test && make lint-js",
"version": "make dist && git add -A dist",
"postversion": "git push && git push --tags"
},
"author": [{
"name": "iosphere GmbH",
"url": "https://iosphere.de"
Expand Down

0 comments on commit 208a127

Please sign in to comment.