modified: .vscode/launch.json
This commit is contained in:
Vendored
+1
-1
@@ -36,7 +36,7 @@
|
||||
"name": "Lint and Build",
|
||||
"type": "node-terminal",
|
||||
"request": "launch",
|
||||
"command": "npx tsc -noEmit && npm run build",
|
||||
"command": "npm run lint && npm run build",
|
||||
"cwd": "${workspaceFolder}"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user