diff --git a/backend/turbo.json b/backend/turbo.json index fb847307f..399bfa6ba 100644 --- a/backend/turbo.json +++ b/backend/turbo.json @@ -1,16 +1,16 @@ { "extends": ["//"], - "tasks": { - "seed": { + "tasks": { + "seed": { "dependsOn": ["database#up", "^build"], "cache": false - }, + }, "locales": {}, "locales:fix": {}, "lint": { }, "lint:fix": { - }, + }, "test": { "dependsOn": ["database#up:backend_test", "^build"] },