Skip to content

Commit c07a852

Browse files
committed
fix(turbo.json): enable caching for build task
1 parent d1bb96c commit c07a852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "./node_modules/turbo/schema.json",
33
"tasks": {
44
"build": {
5-
"cache": false,
5+
"cache": true,
66
"dependsOn": ["^build"],
77
"outputs": [
88
".next/**",

0 commit comments

Comments
 (0)