mirror of
https://github.com/theoludwig/theoludwig.git
synced 2025-01-23 13:19:36 +01:00
10 lines
148 B
JSON
10 lines
148 B
JSON
|
{
|
||
|
"$schema": "https://turbo.build/schema.json",
|
||
|
"extends": ["//"],
|
||
|
"tasks": {
|
||
|
"test": {
|
||
|
"dependsOn": ["^test", "build"]
|
||
|
}
|
||
|
}
|
||
|
}
|