mirror of
https://github.com/acamarata/hijri-core.git
synced 2026-06-30 18:54:27 +00:00
build: use prepack hook so npm pack/publish reliably emit index.d.mts
This commit is contained in:
parent
fb803e4068
commit
d9ce016e4b
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