From e3a6c40e1477204ce585fe6b490caa6c5011f6e4 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Tue, 2 Dec 2025 17:55:49 +1000 Subject: [PATCH] modified: .vscode/launch.json --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" }, {