Skip to content

Commit

Permalink
add prepublish step
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Dec 20, 2016
1 parent e88b81f commit 29e73f7
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 @@ -56,7 +56,8 @@
"release:minor": "npm version minor && npm publish && git push --follow-tags",
"release:patch": "npm version patch && npm publish && git push --follow-tags",
"predist": "npm run build && npm run docs",
"dist": "mkdirp dist && cd build && tar cvzf ../dist/lineupjs.tar.gz *"
"dist": "mkdirp dist && cd build && tar cvzf ../dist/lineupjs.tar.gz *",
"prepublish": "npm run dist"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 29e73f7

Please sign in to comment.