Skip to content

Commit f1e48fb

Browse files
Remove check prerequisites from build script
1 parent 81d9560 commit f1e48fb

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

build.ps1

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,6 @@ Write-Host "=========="
3737
Write-Host "Version suffix: $VersionSuffix"
3838
Write-Host "Run tests: $RunTests"
3939

40-
# Check prerequisites
41-
$proc = Start-Process "node" -ArgumentList "-v" -PassThru
42-
Confirm-Process $proc "Could not find node.js, please install and run again ..."
43-
44-
$proc = Start-Process "npm" -ArgumentList "-v" -PassThru
45-
Confirm-Process $proc "Could not find npm, please install and run again ..."
46-
47-
$proc = Start-Process "dotnet" -ArgumentList "--version" -PassThru
48-
Confirm-Process $proc "Could not find dotnet sdk, please install and run again ..."
49-
5040
Push-Location BlazorDialog
5141

5242
Write-Message "Installing npm dependencies ..."

0 commit comments

Comments
 (0)