Skip to content

Commit

Permalink
build: add back release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dszakallas committed Apr 3, 2017
1 parent 179bfa8 commit 78deb47
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
"test-e2e": "./scripts/test-e2e",
"test-instrumentations": "./scripts/test-instrumentations",
"test-coverage": "./scripts/test-coverage",
"which": "which"
"which": "which",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"semantic-release-pre": "semantic-release pre",
"semantic-release-post": "semantic-release post"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 78deb47

Please sign in to comment.