mirror of
https://github.com/acamarata/hijri-core.git
synced 2026-07-02 11:40:42 +00:00
ci(hijri-core): scope prettier to src/ so format:check ignores lockfile and prose docs
This commit is contained in:
parent
26a43b5829
commit
69da87f639
1 changed files with 2 additions and 2 deletions
|
|
@ -36,8 +36,8 @@
|
||||||
"test": "node --test test.mjs && node --test test-cjs.cjs",
|
"test": "node --test test.mjs && node --test test-cjs.cjs",
|
||||||
"prepublishOnly": "tsup",
|
"prepublishOnly": "tsup",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"format": "prettier --write .",
|
"format": "prettier --write src/",
|
||||||
"format:check": "prettier --check .",
|
"format:check": "prettier --check src/",
|
||||||
"coverage": "c8 --reporter=lcov --reporter=text node --test",
|
"coverage": "c8 --reporter=lcov --reporter=text node --test",
|
||||||
"docs": "typedoc"
|
"docs": "typedoc"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue