Skip to content

fix(elements): adding the build styles step to elements build 22.1 - #17564

Merged
damyanpetev merged 3 commits into
22.1.xfrom
sstoychev/fix-elements-build-221
Sep 2, 2026
Merged

fix(elements): adding the build styles step to elements build 22.1#17564
damyanpetev merged 3 commits into
22.1.xfrom
sstoychev/fix-elements-build-221

Conversation

@ChronosSF

Copy link
Copy Markdown
Member

Closes #

Description

Motivation / Context

Type of Change (check all that apply):

  • Bug fix
  • New functionality
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactoring (no functional changes)
  • Documentation
  • Demos
  • CI/CD
  • Tests
  • Changelog
  • Skills/Agents

Component(s) / Area(s) Affected:

How Has This Been Tested?

  • Unit tests
  • Manual testing
  • Automated e2e tests

Test Configuration:

  • Angular version:
  • Browser(s):
  • OS:

Screenshots / Recordings

Checklist:

  • All relevant tags have been applied to this PR
  • This PR includes unit tests covering all the new code (test guidelines)
  • This PR includes API docs for newly added methods/properties (api docs guidelines)
  • This PR includes feature/README.MD updates for the feature docs
  • This PR includes general feature table updates in the root README.MD
  • This PR includes CHANGELOG.MD updates for newly added functionality
  • This PR contains breaking changes
  • This PR includes ng update migrations for the breaking changes (migrations guidelines)
  • This PR includes behavioral changes and the feature specification has been updated with them
  • Accessibility (ARIA, keyboard navigation, focus management) has been verified

Copilot AI lite review requested due to automatic review settings September 2, 2026 08:10

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The change is a minimal, low-risk update to the build script and references an existing, valid script (build:styles:components).

Pull request overview

Updates the root build pipeline so the Angular Elements package build includes a component styles build step, ensuring the styles artifacts are generated before building/packing igniteui-angular-elements.

Changes:

  • Prepends npm run build:styles:components to the build:elements npm script.
  • Keeps the existing Elements build/pack/copy flow intact (ng buildpack:elementsgulp copyPackageForElements).
File summaries
File Description
package.json Adds build:styles:components to the build:elements script to ensure required styles are generated before building/packing Elements.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

@damyanpetev
damyanpetev enabled auto-merge (squash) September 2, 2026 08:17
@damyanpetev
damyanpetev merged commit e272d99 into 22.1.x Sep 2, 2026
5 checks passed
@damyanpetev
damyanpetev deleted the sstoychev/fix-elements-build-221 branch September 2, 2026 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants