Skip to content

Commit

Permalink
Update FAQ.md (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaringe authored and evocateur committed Apr 6, 2017
1 parent 048d0cb commit 114a07a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions FAQ.md
Expand Up @@ -24,3 +24,11 @@ case you will need to have the repo you wish to link to on your file system.

[bootstrap]: https://github.com/lerna/lerna#bootstrap
[import]: https://github.com/lerna/lerna#import

## How do I retry publishing if `publish` fails?

Sometimes, `lerna publish` does not work. Your network may have had a hiccup, you may have not been logged on to npm, etc.

If the `lerna.json` has not yet been updated, simply try `lerna publish` again.

If it has been updated, you can force re-publish. `lerna publish --force-publish $(ls packages/)`

0 comments on commit 114a07a

Please sign in to comment.