We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc5e545 commit 70a5441Copy full SHA for 70a5441
1 file changed
scripts/generate-checksums.mjs
@@ -10,7 +10,7 @@ const repoRoot = path.resolve(__dirname, "..");
10
11
// Which paths to include in checksums
12
const ROOTS = [
13
- "schemas/v1.0.0",
+ "schemas/v1.0.0"
14
];
15
16
// Paths to skip entirely
0 commit comments