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

Commit 53b10c2

Browse files
committed
add publishConfig to packages that will be published
1 parent ce2eba2 commit 53b10c2

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

packages/cli/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"vitest": "^1.0.0"
5252
},
5353
"publishConfig": {
54-
"access": "public"
54+
"access": "public",
55+
"directory": "dist"
5556
}
5657
}

packages/inspector/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@
7575
"react-syntax-highlighter": "^15.6.6",
7676
"tailwind-merge": "^3.3.1"
7777
},
78+
"publishConfig": {
79+
"access": "public",
80+
"directory": "dist"
81+
},
7882
"devDependencies": {
7983
"@antfu/eslint-config": "^5.4.1",
8084
"@eslint-react/eslint-plugin": "^1.38.4",

0 commit comments

Comments
 (0)