Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Commit 27476ce

Browse files
ymc9Copilot
andauthored
fix: add missing "files" entries to package.json (#562)
* fix: add missing "files" entries to package.json * Update packages/cli/package.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e4b79d0 commit 27476ce

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

packages/cli/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
"zen": "bin/cli",
2222
"zenstack": "bin/cli"
2323
},
24+
"files": [
25+
"dist",
26+
"bin"
27+
],
2428
"scripts": {
2529
"build": "tsc --noEmit && tsup-node",
2630
"watch": "tsup-node --watch",

packages/clients/client-helpers/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
},
1414
"author": "ZenStack Team",
1515
"license": "MIT",
16+
"files": [
17+
"dist"
18+
],
1619
"exports": {
1720
".": {
1821
"types": "./dist/index.d.ts",

packages/zod/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"lint": "eslint src --ext ts"
1111
},
1212
"keywords": [],
13+
"files": [
14+
"dist"
15+
],
1316
"author": "",
1417
"license": "MIT",
1518
"exports": {

0 commit comments

Comments
 (0)