We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5df6a4 commit 6260f52Copy full SHA for 6260f52
scripts/powershell/Update.ps1
@@ -48,7 +48,7 @@ Pass-Step
48
Write-Host "[Bastion]: Updating dependencies..."
49
Write-Host
50
51
-Remove-Item -Path ".\node_modules", ".\package-lock.json" -Force -Recurse -ErrorAction SilentlyContinue
+Remove-Item -Path ".\dist", ".\node_modules", ".\package-lock.json" -Force -Recurse -ErrorAction SilentlyContinue
52
npm install --no-package-lock
53
If (-Not ($?)) {
54
Write-Host "[Bastion]: Unable to update Bastion, error while updating dependencies."
0 commit comments