mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
Fix tasks.json
This commit is contained in:
Vendored
+3
-4
@@ -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"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user