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",
"command": "npm run frontend:typecheck",
"command": "npm run deploy",
"presentation": {
"echo": true,
"reveal": "always",
"focus": true,
"panel": "dedicated",
"clear": true
},
"problemMatcher": "$tsc"
}
}
]
}