mirror of
https://github.com/acamarata/hijri-core.git
synced 2026-06-30 18:54:27 +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",
|
||||
"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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue