style(biome): using biome for format, lint, check
This commit is contained in:
+12
-12
@@ -1,11 +1,7 @@
|
||||
{
|
||||
"$schema": "https://turborepo.com/schema.json",
|
||||
"globalDependencies": ["**/.env"],
|
||||
"ui": "tui",
|
||||
"tasks": {
|
||||
"topo": {
|
||||
"dependsOn": ["^topo"]
|
||||
},
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"inputs": ["$TURBO_DEFAULT$", ".env*"],
|
||||
@@ -20,24 +16,28 @@
|
||||
],
|
||||
"passThroughEnv": []
|
||||
},
|
||||
"start": {
|
||||
"cache": false
|
||||
},
|
||||
"test": {
|
||||
"cache": false
|
||||
},
|
||||
"dev": {
|
||||
"inputs": ["$TURBO_DEFAULT$", ".env"],
|
||||
"cache": false,
|
||||
"inputs": ["$TURBO_DEFAULT$", ".env"],
|
||||
"persistent": true
|
||||
},
|
||||
"format": {},
|
||||
"lint": {
|
||||
"dependsOn": ["^topo"]
|
||||
},
|
||||
"start": {
|
||||
"cache": false
|
||||
},
|
||||
"test": {
|
||||
"cache": false
|
||||
},
|
||||
"topo": {
|
||||
"dependsOn": ["^topo"]
|
||||
},
|
||||
"typecheck": {
|
||||
"dependsOn": ["^topo"],
|
||||
"outputs": []
|
||||
}
|
||||
}
|
||||
},
|
||||
"ui": "tui"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user