mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(publish): update publish instructions
This commit is contained in:
@ -50,7 +50,11 @@
|
|||||||
### Releasing Ionic Source
|
### Releasing Ionic Source
|
||||||
|
|
||||||
1. Run `gulp prepublish`
|
1. Run `gulp prepublish`
|
||||||
- Pulls latest, updates package.json minor version, updates changelog
|
- Pulls latest
|
||||||
|
- updates package.json minor version
|
||||||
|
- updates changelog
|
||||||
|
- builds npm package files into dist
|
||||||
|
|
||||||
2. Verify that changelog changes and package.json update are correct (`git status` && `git diff`)
|
2. Verify that changelog changes and package.json update are correct (`git status` && `git diff`)
|
||||||
3. Run [snapshot](#running-snapshot) & update if necessary
|
3. Run [snapshot](#running-snapshot) & update if necessary
|
||||||
4. Publish to npm: `npm publish ./dist`
|
4. Publish to npm: `npm publish ./dist`
|
||||||
|
Reference in New Issue
Block a user