Skip to content

Commit 5f8e839

Browse files
[getsentry/action-github-commit] Auto commit
1 parent 067caaf commit 5f8e839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mdx.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const CACHE_COMPRESS_LEVEL = 4;
6262
const CACHE_DIR = path.join(root, '.next', 'cache', 'mdx-bundler');
6363
if (process.env.CI) {
6464
mkdirSync(CACHE_DIR, {recursive: true});
65-
}
65+
}
6666

6767
const md5 = (data: BinaryLike) => createHash('md5').update(data).digest('hex');
6868

0 commit comments

Comments
 (0)