This was a quick experiment to build Angular projects in parallel. Not production ready
- Execute
yarn install
- Execute
yarn workspace @ong-devkit/cli build
- Execute
yarn workspace demo ong
NOTE:
demo
is an example Angular repo with multiple libraries and an application meant for testing. only
NOTE:
ong-cli
will print something likeong build:all --prod --parallel 5
. This is a hint for a one liner usage without going trough the wizard:yarn workspace demo ong build:all --prod --parallel 5