mirror of
https://github.com/acamarata/hijri-core.git
synced 2026-06-30 18:54:27 +00:00
build(hijri-core): emit dist/index.d.mts (postbuild) so pack-check passes
This commit is contained in:
parent
69da87f639
commit
f5cb959dcc
1 changed files with 2 additions and 1 deletions
|
|
@ -39,7 +39,8 @@
|
|||
"format": "prettier --write src/",
|
||||
"format:check": "prettier --check src/",
|
||||
"coverage": "c8 --reporter=lcov --reporter=text node --test",
|
||||
"docs": "typedoc"
|
||||
"docs": "typedoc",
|
||||
"postbuild": "cp dist/index.d.ts dist/index.d.mts"
|
||||
},
|
||||
"keywords": [
|
||||
"hijri",
|
||||
|
|
|
|||
Loading…
Reference in a new issue