From 8ed4663e539d9c2ea58aaad02a1fc2896956f6b6 Mon Sep 17 00:00:00 2001 From: vnugent Date: Fri, 7 Jun 2024 15:43:48 -0400 Subject: fix: invalid chars in status cookie name --- front-end/Taskfile.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'front-end/Taskfile.yaml') 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 -- cgit