From f5cb959dcc0a35676b7e5ca6f6141d05cf5edcbd Mon Sep 17 00:00:00 2001 From: Aric Camarata Date: Fri, 29 May 2026 15:57:11 -0400 Subject: [PATCH] build(hijri-core): emit dist/index.d.mts (postbuild) so pack-check passes --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2b38f8e..71ed7f1 100644 --- a/package.json +++ b/package.json @@ -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",