Fix tasks.json

This commit is contained in:
2025-11-27 16:39:32 +03:00
Unverified
parent 1aa5ca60db
commit 2f12bfc412
+3 -4
View File
@@ -89,17 +89,16 @@
} }
}, },
{ {
"label": "Pre-commit checks", "label": "Deploy",
"type": "shell", "type": "shell",
"command": "npm run frontend:typecheck", "command": "npm run deploy",
"presentation": { "presentation": {
"echo": true, "echo": true,
"reveal": "always", "reveal": "always",
"focus": true, "focus": true,
"panel": "dedicated", "panel": "dedicated",
"clear": true "clear": true
}, }
"problemMatcher": "$tsc"
} }
] ]
} }