Skip to content

Commit a3d769d

Browse files
validate: skip template/ (placeholders aren't valid manifests)
1 parent 066b0ac commit a3d769d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/validate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const ROOT = path.resolve(path.dirname(url.fileURLToPath(import.meta.url)), ".."
99

1010
const RESERVED = new Set([
1111
"schema", "scripts", "node_modules", ".github", ".git", ".claude",
12-
"assets", "vendor", "spec", "demo"
12+
"assets", "vendor", "spec", "demo", "template"
1313
]);
1414

1515
const isAppDir = (name) => {

0 commit comments

Comments
 (0)