Skip to content

Commit

Permalink
chore: update turbo configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
ThangHuuVu committed Jul 24, 2023
1 parent ea895b8 commit c111b43
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**/*", "*.js", "*.d.ts", "*.d.ts.map"]
"outputs": ["dist/**/*", "*.js", "*.d.ts", "*.d.ts.map"],
"outputMode": "new-only"
},
"next-auth#build": {
"dependsOn": ["^build"],
Expand All @@ -17,7 +18,8 @@
"react/**",
"*.js",
"*.d.ts"
]
],
"outputMode": "new-only"
},
"@auth/core#build": {
"dependsOn": ["^build"],
Expand All @@ -29,11 +31,13 @@
"*.d.ts.map",
"src/lib/pages/styles.ts",
"src/providers/oauth-types.ts"
]
],
"outputMode": "new-only"
},
"@auth/sveltekit#build": {
"dependsOn": ["^build"],
"outputs": [".svelte-kit/**", "client.*", "index.*"]
"outputs": [".svelte-kit/**", "client.*", "index.*"],
"outputMode": "new-only"
},
"clean": {
"cache": false
Expand All @@ -42,7 +46,7 @@
"cache": false
},
"test": {
"outputs": []
"outputMode": "new-only"
},
"e2e": {
"outputs": ["playwright-report/**"]
Expand Down

1 comment on commit c111b43

@vercel
Copy link

@vercel vercel bot commented on c111b43 Jul 24, 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.