Skip to content

Commit

Permalink
adds prepublish/postpublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
cojj90 committed Jul 3, 2019
1 parent 0c60c89 commit 6afcf29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"scripts": {
"build": "pkg-build",
"lint": "pkg-lint",
"prepublish": "pkg-build",
"postpublish": "git push origin master --tags",
"test": "pkg-test",
"coverage": "pkg-coverage"
},
Expand Down

0 comments on commit 6afcf29

Please sign in to comment.