From 2f12bfc4122b0e94fd662c9522bd6cac7d4bc4a0 Mon Sep 17 00:00:00 2001 From: denis0001-dev Date: Thu, 27 Nov 2025 16:39:32 +0300 Subject: [PATCH] Fix tasks.json --- .vscode/tasks.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index e11d5b1..ae21fc9 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -89,17 +89,16 @@ } }, { - "label": "Pre-commit checks", + "label": "Deploy", "type": "shell", - "command": "npm run frontend:typecheck", + "command": "npm run deploy", "presentation": { "echo": true, "reveal": "always", "focus": true, "panel": "dedicated", "clear": true - }, - "problemMatcher": "$tsc" + } } ] } \ No newline at end of file