We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d9560 commit f1e48fbCopy full SHA for f1e48fb
1 file changed
build.ps1
@@ -37,16 +37,6 @@ Write-Host "=========="
37
Write-Host "Version suffix: $VersionSuffix"
38
Write-Host "Run tests: $RunTests"
39
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
50
Push-Location BlazorDialog
51
52
Write-Message "Installing npm dependencies ..."
0 commit comments