chore: add design tokens\css lint rules
This commit is contained in:
@@ -16,11 +16,15 @@ for (let i = 0; i < process.argv.length; i++) {
|
||||
}
|
||||
if (!viewportSeen) args.push("--viewport", VIEWPORTS.join(","));
|
||||
|
||||
const r = spawnSync(process.execPath, ["scripts/audit-cdp.mjs", ...args.slice(2)], {
|
||||
stdio: "inherit",
|
||||
});
|
||||
const r = spawnSync(
|
||||
process.execPath,
|
||||
["scripts/audit-cdp.mjs", ...args.slice(2)],
|
||||
{
|
||||
stdio: "inherit",
|
||||
},
|
||||
);
|
||||
if (r.error) {
|
||||
console.error(r.error.message);
|
||||
process.exit(1);
|
||||
}
|
||||
process.exit(r.status ?? 1);
|
||||
process.exit(r.status ?? 1);
|
||||
|
||||
Reference in New Issue
Block a user