Files
.profile/apps/storybook/turbo.json
T

10 lines
153 B
JSON

{
"$schema": "../../node_modules/turbo/schema.json",
"extends": ["//"],
"tasks": {
"test": {
"dependsOn": ["^test", "build"]
}
}
}