We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1dccac commit 43fd44dCopy full SHA for 43fd44d
azure-pipelines/igniteui-wc-grid-examples.yml
@@ -124,6 +124,11 @@ stages:
124
inputs:
125
targetType: 'inline'
126
script: |
127
+ #Update vite.config.ts
128
+ $viteConfig = Get-Content -Raw ./vite.config.ts
129
+ $updatedViteConfig = $viteConfig -replace 'igniteui-webcomponents-', '@infragistics/igniteui-webcomponents-'
130
+ $updatedViteConfig | Set-Content ./vite.config.ts
131
+
132
echo "Running Ignite UI package upgrade at root level..."
133
npx ig upgrade-packages --skip-install
134
0 commit comments