Skip to content

Commit

Permalink
detail what running lerna in root does
Browse files Browse the repository at this point in the history
also recommend to read the /package.json file for more information

Signed-off-by: Pierre GOUTAGNY <[email protected]>
  • Loading branch information
pierregoutagny authored and akosyakov committed Sep 4, 2017
1 parent cd837d5 commit e7821b9
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions doc/Developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,14 @@ You can download dependencies and build it using:

This command does a few things:

- downloads Node.js package dependencies
- generate package.json for Node.js packages
- link core, extensions and examples packages
- build core, extensions and examples packages
- downloads Node.js package dependencies (Lerna and yo)
- executes the `prepare` script that uses:
- `lerna` to build `generator-theia` and link it in `/node_modules`
- `generator-theia` to generate package.json for Node.js packages (core, extensions, and examples)
- `lerna` to link these packages
- `lerna` to run `clean` and `build` scripts on extensions and examples

To learn more and understand precisely what's going on, please read `/package.json`.

## Run the browser-based example application

Expand Down

0 comments on commit e7821b9

Please sign in to comment.