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