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