Skip to content

Conversation

@rstratkovinfrag
Copy link
Contributor

Include charts to build artifact and fix trial to licensed to not use igniteui-cli due to incompatibility.

@rstratkovinfrag rstratkovinfrag changed the base branch from vnext to mtihova/chart-demos August 12, 2025 12:42
@rstratkovinfrag rstratkovinfrag changed the title Rstratkov/wc grid examples manual trial to licensed Separate charts in build Aug 12, 2025
dirName=$(basename "$subdirectory")
cd "$subdirectory"
echo "Calling npm version command for $dirName"

Choose a reason for hiding this comment

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

Use a more meaningful message such as:
"Use npm version to set the version we want people to see for the project"

fi
done
# - task: PowerShell@2

Choose a reason for hiding this comment

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

This step is commented out - if it's not used, remove it.

Get-ChildItem -Include "*.tsx","*.ts" -Recurse | `
ForEach {
(Get-Content $_.PSPath | ForEach {
($_ -replace '(from|import)\s?[''"](igniteui-webcomponents-[^''"]+|dockmanager.*)[''"]', '$1 "@infragistics/$2"')

Choose a reason for hiding this comment

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

Can you extend the loop by adding a message as to which file is being processed at the moment?
Also, right now we have no idea if these replace statements are actually found in a specific file.
It may turn out that the regex patterns are not well-suited for a future situation and we don't find out about it from the execution log.

@turbobobbytraykov turbobobbytraykov merged commit 4dab67d into mtihova/chart-demos Aug 19, 2025
1 check passed
@turbobobbytraykov turbobobbytraykov deleted the rstratkov/wc-grid-examples-manual-trial-to-licensed branch August 19, 2025 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants