Skip to content

Commit

Permalink
Merge pull request #5 from iosphere/feature/npm-scripts-version
Browse files Browse the repository at this point in the history
Add npm version scripts
  • Loading branch information
klaftertief committed Jul 27, 2017
2 parents 3ee76b8 + 208a127 commit 3289fde
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 3289fde

Please sign in to comment.