chore: update typecheck workflow to include shared packages and build step

This commit is contained in:
Ahmed Bouhuolia
2025-10-18 19:13:15 +02:00
parent 7a3a6fa28b
commit 8fd2ccc268
2 changed files with 6 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
}