mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
Updated publish note in readme
no issue - Removes redundant manual version update line as `yarn ship` shows a prompt
This commit is contained in:
parent
4689061d49
commit
0d50b68596
@ -77,10 +77,12 @@ See the section about [running tests](https://facebook.github.io/create-react-ap
|
|||||||
|
|
||||||
## Publish
|
## Publish
|
||||||
|
|
||||||
- `yarn ship` is an alias for `npm publish`
|
Run `yarn ship` to publish new version of script.
|
||||||
- Before shipping, please ensure the intended version is updated in `package.json`.
|
|
||||||
- Builds the script with latest code using `yarn build` (prePublish)
|
`yarn ship` is an alias for `npm publish`
|
||||||
- Publishes package on npm as `@tryghost/members-js` and creates an unpkg link for script at https://unpkg.com/@tryghost/members-js@VERSION
|
|
||||||
|
- 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
|
## Learn More
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user