Skip to content

Commit 4c66d7d

Browse files
Merge pull request #15 from askscio/piyush/add_clean_cache_task
[CodeSandbox Task] Add clean cache task to codesandbox
2 parents ad91d41 + dcc0b18 commit 4c66d7d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.codesandbox/tasks.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
"preview": {
2929
"port": 8585
3030
}
31+
},
32+
"Clean Cache": {
33+
"name": "Clean Cache",
34+
"command": "cd examples/browser-api-playground && yarn cache clean",
35+
"runAtStart": false
3136
}
3237
}
3338
}

0 commit comments

Comments
 (0)