Skip to content

Commit

Permalink
Update build.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
prikolium-cfx authored May 1, 2024
1 parent 30ca063 commit 6994d8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Write-Host "Current directory: $CURRENT_DIR"
$MOUNT_DIR = "${CURRENT_DIR}\..\"
Write-Host "Mount directory: $MOUNT_DIR"

Get-ChildItem X:\

# Attempt to remove X: mapping; ignore errors
Remove-PSDrive -Name "X" -ErrorAction SilentlyContinue

Expand Down

0 comments on commit 6994d8e

Please sign in to comment.