Skip to content

Commit

Permalink
chore: fix missing output for vanilla example
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Dec 20, 2024
1 parent 900eb1d commit cfd7f46
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,15 @@
"dependsOn": ["^build"]
},
"build": {
"outputs": ["dist/**/*", "build/**/*", ".next/**/*", "!.next/cache/**", ".svelte-kit/**/*", ".vercel/**/*"],
"outputs": [
"dist/**/*",
"build/**/*",
".next/**/*",
"!.next/cache/**",
".svelte-kit/**/*",
".vercel/**/*",
"public/dist/**/*"
],
"dependsOn": ["build:types", "^build"]
}
}
Expand Down

0 comments on commit cfd7f46

Please sign in to comment.