mirror of
https://github.com/acamarata/luxon-hijri.git
synced 2026-06-30 18:54:28 +00:00
build: use prepack hook so npm pack/publish reliably emit index.d.mts
This commit is contained in:
parent
ab7c5d814e
commit
56fdd8d14d
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
"typecheck": "tsc --noEmit",
|
||||
"pretest": "tsup",
|
||||
"test": "node --test test.mjs && node --test test-cjs.cjs",
|
||||
"prepublishOnly": "tsup",
|
||||
"prepack": "pnpm run build",
|
||||
"lint": "eslint .",
|
||||
"format": "prettier --write src/",
|
||||
"format:check": "prettier --check src/",
|
||||
|
|
|
|||
Loading…
Reference in a new issue