Skip to content

Commit 4771dd8

Browse files
Update packages/cloudflare/src/cli/build/utils/populate-cache.ts
Co-authored-by: conico974 <[email protected]>
1 parent 57c865f commit 4771dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cloudflare/src/cli/build/utils/populate-cache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export async function populateCache(opts: BuildOptions, config: OpenNextConfig,
5454
logger.info("Incremental cache does not need populating");
5555
}
5656

57-
if (!config.dangerous?.disableTagCache && tagCache) {
57+
if (!config.dangerous?.disableTagCache && !config.dangerous?.disableIncrementalCache && tagCache) {
5858
const name = await resolveCacheName(tagCache);
5959
switch (name) {
6060
case "d1-tag-cache": {

0 commit comments

Comments
 (0)