Skip to content

Commit

Permalink
fix: add .vercel and dist to turbo cached outptus (gitbutlerapp#4614)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Aug 5, 2024
1 parent e577926 commit 44d9282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependsOn": ["^package"],
"passThroughEnv": ["SENTRY_AUTH_TOKEN", "GITHUB_TOKEN"],
"env": ["SENTRY_RELEASE"],
"outputs": [".svelte-kit/**", "!.sveltekit/types", "!.sveltekit/*.d.ts"]
"outputs": [".svelte-kit/**", "!.sveltekit/types", "!.sveltekit/*.d.ts", "dist/**", ".vercel/**"]
},
"dev": {
"dependsOn": ["@gitbutler/ui#package"],
Expand Down

0 comments on commit 44d9282

Please sign in to comment.