wip monorepo
This commit is contained in:
10
turbo.jsonc
10
turbo.jsonc
@@ -3,10 +3,14 @@
|
||||
"ui": "tui",
|
||||
"tasks": {
|
||||
"lint": {
|
||||
"with": ["lint:biome", "typecheck"]
|
||||
"with": ["//#lint:biome", "typecheck"]
|
||||
},
|
||||
"lint:check": {
|
||||
"with": ["//#lint:biome:check", "typecheck"]
|
||||
},
|
||||
"typecheck": {},
|
||||
"lint:biome": {},
|
||||
"lint:biome:check": {}
|
||||
|
||||
"//#lint:biome": {},
|
||||
"//#lint:biome:check": {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user