Skip to content

Commit dcc0b18

Browse files
add clean cache task
1 parent 494871f commit dcc0b18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.codesandbox/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"Clean Cache": {
3333
"name": "Clean Cache",
34-
"command": "cd examples/browser-api-playground && yarn clean cache",
34+
"command": "cd examples/browser-api-playground && yarn cache clean",
3535
"runAtStart": false
3636
}
3737
}

0 commit comments

Comments
 (0)