full site update
This commit is contained in:
6
node_modules/astro/dist/cli/check/index.js
generated
vendored
6
node_modules/astro/dist/cli/check/index.js
generated
vendored
@@ -25,11 +25,7 @@ async function check(flags) {
|
||||
}
|
||||
if (!flags.noSync && !flags.help) {
|
||||
const { default: sync } = await import("../../core/sync/index.js");
|
||||
try {
|
||||
await sync(flagsToAstroInlineConfig(flags));
|
||||
} catch (_) {
|
||||
return process.exit(1);
|
||||
}
|
||||
await sync(flagsToAstroInlineConfig(flags));
|
||||
}
|
||||
const { check: checker, parseArgsAsCheckConfig } = checkPackage;
|
||||
const config = parseArgsAsCheckConfig(process.argv);
|
||||
|
Reference in New Issue
Block a user