mirror of
https://github.com/theoludwig/theoludwig.git
synced 2025-09-11 23:09:22 +02:00
chore: cleaner setup
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://turbo.build/schema.json",
|
||||
"$schema": "./node_modules/turbo/schema.json",
|
||||
"ui": "tui",
|
||||
"tasks": {
|
||||
"build": {
|
||||
@@ -15,7 +15,7 @@
|
||||
},
|
||||
"test": {
|
||||
"dependsOn": ["^test"],
|
||||
"outputs": ["coverage/**"]
|
||||
"outputs": []
|
||||
},
|
||||
"lint:eslint-transit-node": {
|
||||
"dependsOn": ["^lint:eslint-transit-node"]
|
||||
|
Reference in New Issue
Block a user