diff --git a/.codesandbox/tasks.json b/.codesandbox/tasks.json deleted file mode 100644 index c58bb902..00000000 --- a/.codesandbox/tasks.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - // These tasks will run in order when initializing your CodeSandbox project. - "setupTasks": [ - { - "name": "Install Dependencies", - "command": "yarn install" - } - ], - - // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "start": { - "name": "start", - "command": "yarn start", - "runAtStart": true, - "preview": { - "port": 5000 - } - }, - "build": { - "name": "build", - "command": "yarn build", - "runAtStart": false - } - } -}