Update .vscode/tasks.json

Per greptile

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Andrew Porter 2026-03-14 13:51:53 -07:00 committed by GitHub
parent b036c383fd
commit 058640f33c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
.vscode/tasks.json vendored
View File

@ -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,