Skip to content

Commit 70a5441

Browse files
authored
Update generate-checksums.mjs
1 parent dc5e545 commit 70a5441

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/generate-checksums.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const repoRoot = path.resolve(__dirname, "..");
1010

1111
// Which paths to include in checksums
1212
const ROOTS = [
13-
"schemas/v1.0.0",
13+
"schemas/v1.0.0"
1414
];
1515

1616
// Paths to skip entirely

0 commit comments

Comments
 (0)