Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 519 Bytes

DEVELOPER.md

File metadata and controls

12 lines (11 loc) · 519 Bytes

There are a few npm scripts provided with ngx-cli-library-seed.

  • start: Run the demo
  • build: Build the demo and the library
  • build:demo: Build the demo
  • build:lib: Build the library
  • test: Run all unit tests
  • e2e: Run all e2e tests
  • pub: Publish the demo and the library
  • pub:demo: Build and deploy the demo to github pages
  • pub:lib: Build and publish the library to npm
  • pack:lib: Build and pack a local *.tgz file of the library