aboutsummaryrefslogtreecommitdiff
path: root/Taskfile.yaml
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-09-08 23:20:19 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-09-08 23:20:19 -0400
commitdcf6f9dc0143eb50b702eb7dcd9e5dadd140537c (patch)
tree41efba0de085e6d49a0228b3f942824b2395383d /Taskfile.yaml
parentc38d794d808b06240b778b5b320f506382215e29 (diff)
Resource, argon2, accounts. sessions core updates
Diffstat (limited to 'Taskfile.yaml')
-rw-r--r--Taskfile.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Taskfile.yaml b/Taskfile.yaml
index b16b082..2f12d1f 100644
--- a/Taskfile.yaml
+++ b/Taskfile.yaml
@@ -68,8 +68,7 @@ tasks:
#Remove the output dirs on clean
clean:
dir: '{{.USER_WORKING_DIR}}'
+ ignore_error: true
cmds:
- cmd: powershell Remove-Item -Recurse './bin'
- ignore_error: true
- cmd: powershell Remove-Item -Recurse './obj'
- ignore_error: true