Improve SEO and AI discovery
This commit is contained in:
@@ -29,4 +29,9 @@ const [typecheckStatus, viteStatus] = await Promise.all([
|
||||
|
||||
if (typecheckStatus !== 0 || viteStatus !== 0) {
|
||||
process.exitCode = 1;
|
||||
} else {
|
||||
const seoStatus = await run("scripts/generate-seo.mjs", []);
|
||||
if (seoStatus !== 0) {
|
||||
process.exitCode = 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user