Skip to content

Commit

Permalink
Update turbo.json for web
Browse files Browse the repository at this point in the history
  • Loading branch information
juliencrn committed Jun 6, 2023
1 parent 293ddc6 commit b6039ea
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
6 changes: 5 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**", "dist"]
"outputs": ["dist"]
},
"www#build": {
"dependsOn": ["^build"],
"env": ["NEXT_PUBLIC_GA_MEASUREMENT_ID"],
"outputs": [".next/**", "!.next/cache/**"]
},
"lint": {
"outputs": [],
Expand All @@ -28,5 +33,6 @@
},
"generate-docs": {},
"update-readme": {}
}
},
"globalDependencies": ["tsconfig.json"]
}

0 comments on commit b6039ea

Please sign in to comment.