diff --git a/.codesandbox/tasks.json b/.codesandbox/tasks.json index 8425a92f..79e48923 100644 --- a/.codesandbox/tasks.json +++ b/.codesandbox/tasks.json @@ -1,7 +1,7 @@ { // These tasks will run in order when initializing your CodeSandbox project. - {"setupTasks"}: {} [ - "{" + "setupTasks"}:[ + { "name": "Install dependencies", "command": "bundle install" }