1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-11-15 08:33:13 +01:00
.profile/apps/storybook/turbo.json

10 lines
148 B
JSON
Raw Normal View History

2024-10-12 23:51:58 +02:00
{
"$schema": "https://turbo.build/schema.json",
"extends": ["//"],
"tasks": {
"test": {
"dependsOn": ["^test", "build"]
}
}
}