Skip to content

Commit 497e550

Browse files
authored
fix postbuild step (#5524)
1 parent 0a6b0ec commit 497e550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

turbo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"dependsOn": ["^build"]
88
},
99
"postbuild": {
10-
"dependsOn": ["^postbuild"],
1110
"outputs": [
1211
"dist/**",
1312
".next/**",
1413
"public/robots.txt",
1514
"public/sitemap*.xml",
1615
"searchIndex.json"
17-
]
16+
],
17+
"inputs": ["$TURBO_DEFAULT$", ".next/**"]
1818
},
1919
"bench": {
2020
"cache": false,

0 commit comments

Comments
 (0)