ci(hijri-core): scope prettier to src/ so format:check ignores lockfile and prose docs

This commit is contained in:
Aric Camarata 2026-05-29 15:54:25 -04:00
parent 26a43b5829
commit 69da87f639

View file

@ -36,8 +36,8 @@
"test": "node --test test.mjs && node --test test-cjs.cjs",
"prepublishOnly": "tsup",
"lint": "eslint .",
"format": "prettier --write .",
"format:check": "prettier --check .",
"format": "prettier --write src/",
"format:check": "prettier --check src/",
"coverage": "c8 --reporter=lcov --reporter=text node --test",
"docs": "typedoc"
},