Skip to content

Commit

Permalink
build: cache dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanofa committed Nov 24, 2023
1 parent 74ff362 commit 7aecbea
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 @@ -4,7 +4,7 @@
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**"]
"outputs": ["dist/**", ".next/**", "!.next/cache/**"]
},
"check-exports": {
"dependsOn": ["build"]
Expand Down

0 comments on commit 7aecbea

Please sign in to comment.