We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8accbbd commit 32ddbdbCopy full SHA for 32ddbdb
1 file changed
.github/workflows/igniteui-react-examples-cd.yml
@@ -86,7 +86,7 @@ jobs:
86
shell: pwsh
87
run: |
88
Get-ChildItem -Include "*.tsx","*.ts" -Recurse | `
89
- ForEach { (Get-Content $_.PSPath | ForEach { ($_ -replace '(from|import)\s?[''"](igniteui-(react|dockmanager).*)[''")', '$1 "@infragistics/$2"') }) | `
+ ForEach { (Get-Content $_.PSPath | ForEach { ($_ -replace '(from|import)\s?[''"](igniteui-(react|dockmanager).*)[''"]', '$1 "@infragistics/$2"') }) | `
90
Set-Content $_.PSPath }
91
92
- name: npm run build
0 commit comments