{
  // These tasks will run in order when initializing your CodeSandbox project.
  "setupTasks": [
    {
      "name": "Install Dependencies",
      "command": "npm install"
    }
  ],

  // These tasks can be run from CodeSandbox. Running one will open a log in the app.
  "tasks": {
    "test": {
      "name": "test",
      "command": "npm run test",
      "runAtStart": false
    },
    "demo": {
      "name": "demo",
      "command": "npm run demo",
      "runAtStart": true
    }
  }
}
