mirror of
https://github.com/acamarata/hijri-core.git
synced 2026-07-02 03:30:41 +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": "prettier --write src/",
|
||||||
"format:check": "prettier --check src/",
|
"format:check": "prettier --check src/",
|
||||||
"coverage": "c8 --reporter=lcov --reporter=text node --test",
|
"coverage": "c8 --reporter=lcov --reporter=text node --test",
|
||||||
"docs": "typedoc"
|
"docs": "typedoc",
|
||||||
|
"postbuild": "cp dist/index.d.ts dist/index.d.mts"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"hijri",
|
"hijri",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue