From 058640f33c90c731b3d13acaca5871d78e6aef76 Mon Sep 17 00:00:00 2001 From: Andrew Porter Date: Sat, 14 Mar 2026 13:51:53 -0700 Subject: [PATCH] Update .vscode/tasks.json Per greptile Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- .vscode/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 92bd8f88025..a081a09b354 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -4,7 +4,7 @@ { "label": "clean:dist", "type": "shell", - "command": "npx rimraf dist", + "command": "node -e \"require('fs').rmSync('dist', {recursive: true, force: true})\"", "group": "none", "presentation": { "echo": true,