aboutsummaryrefslogtreecommitdiff
path: root/front-end/Taskfile.yaml
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-06-07 15:43:48 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-06-07 15:43:48 -0400
commit8ed4663e539d9c2ea58aaad02a1fc2896956f6b6 (patch)
tree1096bba241834211a25f7895db21e1a8d581ea17 /front-end/Taskfile.yaml
parent9d1df65d99732a68b4fe96dcc75273442cbd322f (diff)
fix: invalid chars in status cookie name
Diffstat (limited to 'front-end/Taskfile.yaml')
-rw-r--r--front-end/Taskfile.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/front-end/Taskfile.yaml b/front-end/Taskfile.yaml
index d7d777b..8c7327a 100644
--- a/front-end/Taskfile.yaml
+++ b/front-end/Taskfile.yaml
@@ -13,6 +13,8 @@ tasks:
ci-build:
cmds:
+ - cmd: powershell rm dist/ -Recurse -Force
+ ignore_error: true
#build admin first
- cd ../lib/admin && npm install && npm run build
#install deps and run main build