Skip to content

Commit

Permalink
fixes: script named changed
Browse files Browse the repository at this point in the history
  • Loading branch information
juliencrn committed Jun 6, 2023
1 parent 0a4a398 commit c0c2f2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"outputs": ["dist"]
},
"www#build": {
"dependsOn": ["^build", "generate-docs"],
"dependsOn": ["^build", "copy-hooks"],
"env": ["NEXT_PUBLIC_GA_MEASUREMENT_ID"],
"outputs": [".next/**", "!.next/cache/**"]
},
Expand All @@ -31,7 +31,7 @@
"outputs": [],
"cache": false
},
"generate-docs": {},
"copy-hooks": {},
"update-readme": {}
},
"globalDependencies": ["tsconfig.json"]
Expand Down

0 comments on commit c0c2f2b

Please sign in to comment.