Skip to content

Commit ed8e506

Browse files
committed
Remove unnecessary inputs from web#build in turbo.json
1 parent 0a6428d commit ed8e506

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

turbo.json

-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@
111111
},
112112
"web#build": {
113113
"dependsOn": ["^build", "db#build"],
114-
"inputs": ["package.json", "../../package.json", "next.config.js"],
115114
"outputs": ["dist/**", ".next/**"],
116115
"outputMode": "new-only"
117116
},

0 commit comments

Comments
 (0)