ws_build_link
Builds a UI library and npm-links it into a consumer app for local development integration.
Instructions
Build the UI library (core) and npm-link it into the consumer app. Runs scripts/workspace-build.ps1.
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. |