Skip to content

Instantly share code, notes, and snippets.

@treshugart
Created November 7, 2016 01:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save treshugart/36763f690eba944b97d6b9a7ab650669 to your computer and use it in GitHub Desktop.
Save treshugart/36763f690eba944b97d6b9a7ab650669 to your computer and use it in GitHub Desktop.
Yarn install with Lerna
yarn install && rm -rf yarn.lock && lerna exec -- yarn install && lerna exec -- rm -rf yarn.lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment