Skip to content

Commit c1280f5

Browse files
committed
fix: docs deploy
1 parent 3116d1a commit c1280f5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

turbo.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
"dependsOn": ["@monerium/sdk#type-map"]
1616
},
1717
"generate-docs": {
18-
"dependsOn": ["build"],
18+
"dependsOn": [
19+
"@monerium/sdk#build",
20+
"@monerium/sdk-react-provider#build"
21+
],
1922
"outputs": ["docs/packages/**"]
2023
},
2124
"lint": {},

0 commit comments

Comments
 (0)