Skip to content

Commit 6260f52

Browse files
committed
scripts(powershell): clear build files after update
Signed-off-by: TRACTION <[email protected]>
1 parent a5df6a4 commit 6260f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/powershell/Update.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Pass-Step
4848
Write-Host "[Bastion]: Updating dependencies..."
4949
Write-Host
5050

51-
Remove-Item -Path ".\node_modules", ".\package-lock.json" -Force -Recurse -ErrorAction SilentlyContinue
51+
Remove-Item -Path ".\dist", ".\node_modules", ".\package-lock.json" -Force -Recurse -ErrorAction SilentlyContinue
5252
npm install --no-package-lock
5353
If (-Not ($?)) {
5454
Write-Host "[Bastion]: Unable to update Bastion, error while updating dependencies."

0 commit comments

Comments
 (0)