gonzofish / angular-librarian

An Angular 2+ scaffolding setup for creating libraries
https://www.npmjs.com/package/angular-librarian
MIT License
91 stars 9 forks source link

Add a Quicker Builds #73

Closed gonzofish closed 6 years ago

gonzofish commented 6 years ago

It would be helpful to have build scripts that allowed republishing without the long running time that np comes with by default. Here are the new build types to add:

These are actually the names that the np project uses, being co-opted for quicker builds. To add this, we'll just need to update the build script to accept arguments like the test script already does.. This probably requires a new script for managing publishes.

gonzofish commented 6 years ago

Added with 44319c6