Skip to content

Commit

Permalink
fix(www): include md generation in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
juliencrn committed Jun 6, 2023
1 parent b6039ea commit 0a4a398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"outputs": ["dist"]
},
"www#build": {
"dependsOn": ["^build"],
"dependsOn": ["^build", "generate-docs"],
"env": ["NEXT_PUBLIC_GA_MEASUREMENT_ID"],
"outputs": [".next/**", "!.next/cache/**"]
},
Expand Down

0 comments on commit 0a4a398

Please sign in to comment.