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,