summaryrefslogtreecommitdiff
path: root/dev_deploy.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'dev_deploy.ps1')
-rw-r--r--dev_deploy.ps18
1 files changed, 0 insertions, 8 deletions
diff --git a/dev_deploy.ps1 b/dev_deploy.ps1
index 2eb4fa5..8e9bff0 100644
--- a/dev_deploy.ps1
+++ b/dev_deploy.ps1
@@ -5,14 +5,6 @@ $scriptPath = $MyInvocation.MyCommand.Path
$scriptDir = Split-Path $scriptPath -Parent
Set-Location $scriptDir
-# Hide .cargo and .temp directories before build
-if (Test-Path .cargo) {
- attrib +h .cargo
-}
-if (Test-Path .temp) {
- attrib +h .temp
-}
-
# Build
$env:FORCE_BUILD=$(Get-Date -Format 'mm')
cargo build --workspace