diff --git a/ghost/portal/README.md b/ghost/portal/README.md index 1b78196ada..e573541c73 100644 --- a/ghost/portal/README.md +++ b/ghost/portal/README.md @@ -77,10 +77,12 @@ See the section about [running tests](https://facebook.github.io/create-react-ap ## Publish -- `yarn ship` is an alias for `npm publish` - - Before shipping, please ensure the intended version is updated in `package.json`. - - Builds the script with latest code using `yarn build` (prePublish) - - Publishes package on npm as `@tryghost/members-js` and creates an unpkg link for script at https://unpkg.com/@tryghost/members-js@VERSION +Run `yarn ship` to publish new version of script. + +`yarn ship` is an alias for `npm publish` + +- Builds the script with latest code using `yarn build` (prePublish) +- Publishes package on npm as `@tryghost/members-js` and creates an unpkg link for script at https://unpkg.com/@tryghost/members-js@VERSION ## Learn More