igniteui-angular-build
Installation
SKILL.md
Ignite UI for Angular — Build
Quick-reference card for the core library and related build commands in this repository.
Prerequisites
- Run
npm installat the repo root before any build command.
Full Build
npm run build
Runs all sub-builds in sequence (library, elements, schematics, migrations, i18n, extras). Use this when you need a complete publishable output or before running the full CI pipeline locally. Check package.json for the exact sequence.