mirror of
https://github.com/theoludwig/theoludwig.git
synced 2025-09-11 23:09:22 +02:00
chore: config updates
This commit is contained in:
10
turbo.json
10
turbo.json
@@ -17,11 +17,17 @@
|
||||
"dependsOn": ["^test"],
|
||||
"outputs": ["coverage/**"]
|
||||
},
|
||||
"lint:eslint-transit-node": {
|
||||
"dependsOn": ["^lint:eslint-transit-node"]
|
||||
},
|
||||
"lint:eslint": {
|
||||
"dependsOn": ["^lint:eslint"]
|
||||
"dependsOn": ["lint:eslint-transit-node"]
|
||||
},
|
||||
"lint:typescript-transit-node": {
|
||||
"dependsOn": ["^lint:typescript-transit-node"]
|
||||
},
|
||||
"lint:typescript": {
|
||||
"dependsOn": ["^lint:typescript"]
|
||||
"dependsOn": ["lint:typescript-transit-node"]
|
||||
},
|
||||
"dev": {
|
||||
"cache": false,
|
||||
|
Reference in New Issue
Block a user