From 297bf5f3a3845e9bf2b0d3d6ceb2405ad5fa7c57 Mon Sep 17 00:00:00 2001 From: AlisherAmonulloev Date: Wed, 11 Dec 2024 12:02:24 +0200 Subject: [PATCH 1/3] Update test-example.ps1 --- test-example.ps1 | 9 --------- 1 file changed, 9 deletions(-) diff --git a/test-example.ps1 b/test-example.ps1 index e5b2f03..95a2ff0 100644 --- a/test-example.ps1 +++ b/test-example.ps1 @@ -31,16 +31,12 @@ function Process-JavaScriptProjects { Set-Location $($folder.Name) - # Prepare the list of packages with their versions $packages = $folder.Packages | ForEach-Object { "$_@$global:buildVersion" } - # Join the package list into a single string $packageList = $packages -join " " - # Construct the npm install command $command = "npm install $packageList --force --save --no-fund" - # Output and execute the command Write-Output "Running: $command" Invoke-Expression $command @@ -52,11 +48,6 @@ function Process-JavaScriptProjects { } Write-Host "`nUpdating packages..." - #foreach ($package in $($folder.Packages)) { - # $command = "npm install $package@$global:buildVersion --save" - # Write-Output "Running: $command" - # Invoke-Expression $command - #} Write-Host "Running 'npm run build' in $($folder.Name)" $buildResult = & npm run build From 362aa94e2421e1af65cff87967e4c648639816a4 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 11 Dec 2024 12:05:51 +0200 Subject: [PATCH 2/3] Created a new file CODEOWNERS [skip ci] --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..a88e69e --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @DevExpressExampleBot \ No newline at end of file From 15086303bae84928b10d2e211bc634fb74429e78 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 11 Dec 2024 14:05:58 +0400 Subject: [PATCH 3/3] README auto update [skip ci] --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 15b3351..c8b1ed7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -![](https://img.shields.io/endpoint?url=https://codecentral.devexpress.com/api/v1/VersionRange/800447205/23.1.3%2B) [![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/T1233410) [![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183) [![](https://img.shields.io/badge/💬_Leave_Feedback-feecdd?style=flat-square)](#does-this-example-address-your-development-requirementsobjectives)