Skip to content

Commit 5af8c54

Browse files
committed
fix: add dependency for example build task in turbo.json
1 parent 1fd2893 commit 5af8c54

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

turbo.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"outputs": ["dist/**"]
1010
},
1111
"example#build": {
12+
"dependsOn": ["solid-simple-maps#build"],
1213
"outputs": ["dist/**"]
1314
},
1415
"docs#build": {

0 commit comments

Comments
 (0)