diff --git a/.vscode/launch.json b/.vscode/launch.json index 052126e..d78cb23 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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}" }, {