1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-02-08 21:59:39 +01:00
.profile/apps/storybook/turbo.json

10 lines
153 B
JSON
Raw Normal View History

2024-10-12 23:51:58 +02:00
{
2025-02-08 20:48:19 +01:00
"$schema": "../../node_modules/turbo/schema.json",
2024-10-12 23:51:58 +02:00
"extends": ["//"],
"tasks": {
"test": {
"dependsOn": ["^test", "build"]
}
}
}