Skip to content

Commit

Permalink
docs: add missing comma in turbo.json (#4557)
Browse files Browse the repository at this point in the history
  • Loading branch information
BRKalow committed Apr 13, 2023
1 parent 1a8a13e commit ada6ba8
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

1 comment on commit ada6ba8

@vercel
Copy link

@vercel vercel bot commented on ada6ba8 Apr 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.