boltpkg / bolt

⚡️ Super-powered JavaScript project management
MIT License
2.34k stars 84 forks source link

fix issue where bolt twice would break during bin symlink step #273

Closed jcreamer898 closed 3 years ago

jcreamer898 commented 4 years ago

Easy to replicate problem. Running bolt once was fine, when using a locally symlinked bin. However, running it again would throw an error. This should fix.

I think this addresses #226.

jcreamer898 commented 4 years ago

@lukebatchelor can you take a look at this when you get a chance? It's breaking our monorepo here at Eventbrite. Let me know what you think. Thanks!

lukebatchelor commented 3 years ago

Hey @jcreamer898 apologies, had not seen this till today. Cheers for the PR

lukebatchelor commented 3 years ago

Released in 0.24.6

jcreamer898 commented 3 years ago

Thanks @lukebatchelor!