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:
parent
b036c383fd
commit
058640f33c
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user