Skip to content

Commit 0a1f93a

Browse files
committed
fix: turbo deps
You have to generate the `$types.d.ts` files before linting.
1 parent 456dd69 commit 0a1f93a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/petal-notes/turbo.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@
5353
"inputs": [
5454
"**/*.ts",
5555
"**/*.svelte"
56+
],
57+
"dependsOn": [
58+
"prepare"
5659
]
5760
},
5861
"typecheck": {

0 commit comments

Comments
 (0)