mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Fixed Comments UI ship
script
This commit is contained in:
parent
a437574f44
commit
a44883f67d
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
"test:e2e:full": "ALL_BROWSERS=1 yarn test:e2e",
|
||||
"lint": "eslint src --ext .js,.ts,.jsx,.tsx --cache",
|
||||
"preship": "yarn lint",
|
||||
"ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn version; fi",
|
||||
"ship": "STATUS=$(git status --porcelain .); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn version; else echo \"Uncommitted changes found.\" && exit 1; fi",
|
||||
"postship": "git push ${GHOST_UPSTREAM:-origin} --follow-tags && npm publish",
|
||||
"prepublishOnly": "yarn build"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue