Skip to content

Commit

Permalink
fix(examples): with rollup (#4836)
Browse files Browse the repository at this point in the history
  • Loading branch information
tknickman committed May 5, 2023
1 parent 8a3e7df commit ff4ae8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/with-rollup/turbo.json
Expand Up @@ -2,7 +2,8 @@
"$schema": "https://turborepo.org/schema.json",
"pipeline": {
"build": {
"outputs": ["dist/**", "build/**", ".next/**", "!.next/cache/**"]
"outputs": ["dist/**", "build/**", ".next/**", "!.next/cache/**"],
"dependsOn": ["^build"]
},
"lint": {
"outputs": []
Expand Down

0 comments on commit ff4ae8f

Please sign in to comment.