Skip to content

Commit 5cd3d9e

Browse files
authored
Merge pull request #1698 from hey-api/chore/turbo-openapi-ts
chore: add turbo.json to openapi-ts
2 parents 933472a + 25ea76e commit 5cd3d9e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/openapi-ts/turbo.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"$schema": "../../node_modules/turbo/schema.json",
3+
"extends": ["//"],
4+
"tasks": {
5+
"build": {
6+
"dependsOn": [],
7+
"outputs": ["dist/**"]
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)