diff --git a/.nova/Tasks/Development.json b/.nova/Tasks/Development.json deleted file mode 100644 index 4192c3bc..00000000 --- a/.nova/Tasks/Development.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "actions": { - "build": { - "enabled": true, - "script": "yarn build" - }, - "run": { - "enabled": true, - "script": "yarn watch" - } - }, - "identifier": "CD06C361-7D2A-4DB0-A401-56C68EFEF3CE", - "openLogOnRun": "fail" -}