Skip to content
This repository has been archived by the owner on Jan 31, 2021. It is now read-only.

Commit

Permalink
Added "yarn ship" command
Browse files Browse the repository at this point in the history
no issue

- @todo: add the ability to draft a release when running `yarn ship`
  • Loading branch information
kirrg001 committed Feb 11, 2019
1 parent d92b90d commit 6541544
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"scripts": {
"dev": "gulp",
"zip": "gulp zip",
"test": "gscan ."
"test": "gscan .",
"preship": "yarn test",
"ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn version && git push --follow-tags; fi"
},
"author": {
"name": "Ghost Foundation",
Expand Down

0 comments on commit 6541544

Please sign in to comment.