This repository was archived by the owner on Jul 30, 2018. It is now read-only.

Description
Enhancement
The current structure of our build commands is around the tooling and not around the actual application. @matt-gadd has suggested that we re-architect and restructure the commands to align more to their use. Specifically we should have:
- A command that builds an application.
- A command that builds a library (maybe a widget library).
- A command that builds a stand alone Web Component.
- Possibly other commands.
We shouldn't care about what the tooling is used to get to that outcome.