Skip to content

Commit a7feaae

Browse files
committed
fix windows build bug
1 parent 814be79 commit a7feaae

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.vscode/tasks.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@
5353
"-rf",
5454
"out"
5555
],
56+
"windows": {
57+
"command": "Remove-item",
58+
"args": [
59+
"out",
60+
"-recurse"
61+
],
62+
}
5663
// "isBackground": true,
5764
},
5865
{

0 commit comments

Comments
 (0)