Skip to content

Commit 90a395e

Browse files
committed
Generate types as part of webamp build-library
1 parent bdebb9d commit 90a395e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

turbo.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
"outputs": ["dist/**"]
1313
},
1414
"webamp#build-library": {
15-
"dependsOn": ["ani-cursor#build", "winamp-eqf#build"],
15+
"dependsOn": [
16+
"ani-cursor#build",
17+
"winamp-eqf#build",
18+
"webamp#type-check"
19+
],
1620
"outputs": ["built/**"]
1721
},
1822
"webamp-docs#build": {

0 commit comments

Comments
 (0)