chore: move audits to archive, update manifests

This commit is contained in:
2026-09-11 06:26:50 +05:00
parent 098897cddd
commit 1651167a57
6 changed files with 3 additions and 10 deletions
+1 -6
View File
@@ -17,12 +17,7 @@
"lint": "eslint .",
"lint:css": "stylelint \"./src/**/*.css\"",
"lint:all": "node scripts/lint-all.mjs",
"lint:tokens": "node scripts/check-tokens.mjs",
"refs-cdp-audit": "node scripts/audit-cdp.mjs",
"refs-cdp-audit:large": "node scripts/audit-cdp.mjs --viewport 2560x1440",
"refs-cdp-audit:responsive": "node scripts/audit-cdp-responsive.mjs",
"refs-css-audit": "node scripts/audit-css.mjs",
"refs-dom-audit": "node scripts/audit-dom.mjs"
"lint:tokens": "node scripts/check-tokens.mjs"
},
"devDependencies": {
"@csstools/postcss-global-data": "^4.0.0",