Skip to content

Commit 54005e2

Browse files
committed
chore(shared): include scripts directory in published package
1 parent 7059210 commit 54005e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/shared/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@
103103
"./package.json": "./package.json"
104104
},
105105
"files": [
106-
"dist"
106+
"dist",
107+
"scripts"
107108
],
108109
"scripts": {
109110
"build": "tsdown",

0 commit comments

Comments
 (0)