Skip to content

A demonstration of Lerna and it's CLI in combination with an Angular workspace that contains multiple NPM libraries

Notifications You must be signed in to change notification settings

denver-HJS/lerna-demo

Repository files navigation

LernaDemo

This project was generated with Angular CLI version 7.3.6.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Broken

Run npm run build to build all packages. The build artifacts will be stored in the dist/ directory.

Working

Run lerna run build --scope @denverhjs/core && lerna run build --ignore @denverhjs/core

Running unit tests

Run npm run test to execute the unit tests via Karma.

About

A demonstration of Lerna and it's CLI in combination with an Angular workspace that contains multiple NPM libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published