Skip to content

Commit

Permalink
Adding Lerna to each one of the examples listed. (module-federation#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandronanez authored Aug 1, 2020
1 parent f82d02e commit ad96231
Show file tree
Hide file tree
Showing 48 changed files with 122,747 additions and 135 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ If you need **support**, consider looking at my sponsor profile [https://github.
# Notes

To run from a git checkout locally, remove all of the proprietary example directories and then run `yarn` at the repo root.
You can then run `yarn start` from any of the non-proprietary examples.
You can then run `yarn && yarn start` from any of the non-proprietary examples.

<img src="https://ssl.google-analytics.com/collect?v=1&t=event&ec=email&ea=open&t=event&tid=UA-120967034-1&z=1589682154&cid=ae045149-9d17-0367-bbb0-11c41d92b411&dt=ModuleFederationExamples&dp=/email/ModuleFederationExamplesRoot">
3 changes: 3 additions & 0 deletions advanced-api/automatic-vendor-sharing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
"build": "lerna run --scope @automatic-vendor-sharing/* build",
"serve": "lerna run --scope @automatic-vendor-sharing/* --parallel serve",
"clean": "lerna run --scope @automatic-vendor-sharing/* --parallel clean"
},
"devDependencies": {
"lerna": "^3.22.1"
}
}
Loading

0 comments on commit ad96231

Please sign in to comment.