Skip to content

Commit

Permalink
Fix basic example to update on dependency changes (#4835)
Browse files Browse the repository at this point in the history
By default, if you change one of the packages in the basic example, the
caches for the apps don't invalidate. This is a common issue people run
into so we want a good default in place.
  • Loading branch information
mehulkar committed May 5, 2023
1 parent 2573ade commit 8a3e7df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/basic/turbo.json
Expand Up @@ -3,6 +3,7 @@
"globalDependencies": ["**/.env.*local"],
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**"]
},
"lint": {},
Expand Down

1 comment on commit 8a3e7df

@vercel
Copy link

@vercel vercel bot commented on 8a3e7df May 5, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

examples-basic-web – ./examples/basic/apps/web

examples-basic-web-git-main.vercel.sh
turborepo-examples-basic-web.vercel.sh
examples-basic-web.vercel.sh

Please sign in to comment.