From 2ac62feb2bab74b10bec98ca8ed932b2bf057e6b Mon Sep 17 00:00:00 2001 From: icanotc <44480394+icanotc@users.noreply.github.com> Date: Sun, 13 Aug 2023 05:13:34 -0400 Subject: [PATCH] task file fix --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yml b/Taskfile.yml index 5cab7cb..a8eb429 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -20,7 +20,7 @@ tasks: - db:generate cmds: - cd backend/app/api/static && swag fmt --dir=../ - - cd backend/app/api/static && swag init --dir=../,../../../internal,../../../pkgs + - cd backend/app/api/static && swag init --dir=../,../../../internal,../../../pkgs --parseDependency - | npx swagger-typescript-api \ --no-client \