fix(ci): remove non-existent check:mdx and set global puppeteer env

This commit is contained in:
2026-03-03 20:37:17 +01:00
parent dacb100218
commit e7116f75fc
2 changed files with 3 additions and 6 deletions

View File

@@ -43,10 +43,6 @@
"check:spell": {
"inputs": ["content/**/*.{md,mdx}", "app/**/*.tsx", "components/**/*.tsx", "cspell.json"],
"outputs": []
},
"check:mdx": {
"inputs": ["content/**/*.{md,mdx}", "scripts/validate-mdx.mjs"],
"outputs": []
}
}
}