Skip to content

Commit

Permalink
docs: add missing comma in turbo.json (vercel#4557)
Browse files Browse the repository at this point in the history
  • Loading branch information
BRKalow authored and NicholasLYang committed Apr 21, 2023
1 parent 3942bf2 commit eded826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/repo/docs/core-concepts/caching.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ For example, consider a monorepo with three workspaces: a Next.js project, a Cre
{
"pipeline": {
"build": {
"outputs": [".next/**", "!.next/cache/**" "dist/**"],
"outputs": [".next/**", "!.next/cache/**", "dist/**"],
"dependsOn": ["^build"]
}
}
Expand Down

0 comments on commit eded826

Please sign in to comment.