Skip to content

Commit a978455

Browse files
committed
Include gitignored OpenAPI specs as Turbo inputs to fix stale client generation
1 parent 2cded78 commit a978455

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

application/turbo.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"globalEnv": ["CERTIFICATE_PASSWORD"],
44
"tasks": {
55
"build": {
6+
"inputs": ["$TURBO_DEFAULT$", "shared/lib/api/*.Api.json"],
67
"outputs": ["dist/**", "tests/test-results/**"],
78
"dependsOn": ["^build"]
89
},
@@ -18,6 +19,7 @@
1819
},
1920
"dev:setup": {
2021
"dependsOn": ["^dev:setup"],
22+
"inputs": ["$TURBO_DEFAULT$", "shared/lib/api/*.Api.json"],
2123
"outputs": ["dist/**"]
2224
},
2325
"lint": {

0 commit comments

Comments
 (0)