Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update turbo.json
Browse files Browse the repository at this point in the history
zhangtao25 authored Nov 14, 2024
1 parent 941b431 commit 5a10cbc
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
@@ -5,7 +5,7 @@
"build": {
"dependsOn": ["^build"],
"inputs": ["$TURBO_DEFAULT$", ".env*"],
"outputs": [".next/**", "!.next/cache/**","dist"]
"outputs": [".next/**", "!.next/cache/**","dist/**"]
},
"build:report": {
"dependsOn": ["^build:report"],

0 comments on commit 5a10cbc

Please sign in to comment.