Skip to content

Commit 6da2aad

Browse files
authored
fix(hub): ship dist/ in published tarball (#27)
1 parent 06c86eb commit 6da2aad

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/hub/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
],
3535
"scripts": {
3636
"build": "tsdown",
37-
"watch": "tsdown --watch"
37+
"watch": "tsdown --watch",
38+
"prepack": "pnpm run build"
3839
},
3940
"peerDependencies": {
4041
"devframe": "workspace:*"

0 commit comments

Comments
 (0)