This commit is contained in:
9
node_modules/@astrojs/check/dist/bin.js
generated
vendored
9
node_modules/@astrojs/check/dist/bin.js
generated
vendored
@@ -1,9 +0,0 @@
|
||||
import path from 'node:path';
|
||||
import { check, parseArgsAsCheckConfig } from './index.js';
|
||||
const args = parseArgsAsCheckConfig(process.argv);
|
||||
console.info(`Getting diagnostics for Astro files in ${path.resolve(args.root)}...`);
|
||||
const result = await check(args);
|
||||
if (typeof result === 'boolean') {
|
||||
process.exit(result ? 1 : 0);
|
||||
}
|
||||
//# sourceMappingURL=bin.js.map
|
||||
Reference in New Issue
Block a user