mirror of
https://github.com/acamarata/moon-sighting.git
synced 2026-06-30 19:04:24 +00:00
build: use prepack hook so npm pack/publish reliably emit index.d.mts
This commit is contained in:
parent
df4dbfe53e
commit
9a2a984770
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
|||
"lint": "eslint src/",
|
||||
"format": "prettier --write src/",
|
||||
"format:check": "prettier --check src/",
|
||||
"prepublishOnly": "pnpm run build",
|
||||
"prepack": "pnpm run build",
|
||||
"cli": "node dist/cli/index.cjs",
|
||||
"coverage": "c8 --reporter=lcov --reporter=text node test.mjs",
|
||||
"docs": "typedoc --out .github/wiki/api src/index.ts"
|
||||
|
|
|
|||
Loading…
Reference in a new issue