There are a few npm scripts provided with ngx-cli-library-seed.
start
: Run the demobuild
: Build the demo and the librarybuild:demo
: Build the demo. Using live-server to run demo.build:lib
: Build the librarytest
: Run all unit teststest-coverage
: Run all unit tests with coverage outpute2e
: Run all e2e testspub
: Publish the demo and the librarypub:demo
: Build and deploy the demo to github pagespub:lib
: Build and publish the library to npmpack:lib
: Build and pack a local*.tgz
file of the library