Skip to content

Commit

Permalink
vundefined
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Jul 10, 2017
1 parent 32ae98e commit 36e5fce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
"packages": [
"packages/*"
],
"hoist": true,
"version": "1.0.9"
"hoist": true
}

2 comments on commit 36e5fce

@stephenmathieson
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a super annoying Lerna bug. It's happened to me several times, but I haven't been able to document reproduction steps. Any idea what happened here, @KyleAMathews?

@KyleAMathews
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, very annoying... I've seen it I think once before. This particular time it was because I'd, not thinking, merged a PR while in the process of publishing so when Lerna went to push the new commits/tags it failed so decided to delete my version from lerna.json in the process. Bit vindictive me thinks :-)

Please sign in to comment.