ws_build_only
Builds the Angular UI library without linking it into the consumer app. Supports optional alias and cleaning control.
Instructions
Build the UI library only (no npm link into the app).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | No | Library alias to build (default: core). | |
| skipClean | No | If true, skip deleting dist and Angular caches before build. |