mirror of
https://github.com/theoludwig/theoludwig.git
synced 2025-05-11 18:05:18 +02:00
10 lines
153 B
JSON
10 lines
153 B
JSON
{
|
|
"$schema": "../../node_modules/turbo/schema.json",
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"test": {
|
|
"dependsOn": ["^test", "build"]
|
|
}
|
|
}
|
|
}
|