You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// one time, in the repo that will be the master
lerna init --independent --exact
//move the master repo down into packages
mv <<files>> packages/<<target/path>>.
// each package
lerna import <<path/to/local/git/repo>> --flatten
without flatten, any conflicts in the target repo would cause a rollback.
experiment with what we want to hoist up like .editorconfig, .prettierrc, etc
Huge success! We do still need to figure out how editions get installed, since you can’t just git clone ‘me anymore. But our sense is that the CLI should do this.
This is our "Target" for a hackday today.
Wish us luck!
Goals:
Test
Stretch
The text was updated successfully, but these errors were encountered: