Skip to content

Commit 1133525

Browse files
committed
update
1 parent 2cf9898 commit 1133525

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@
1010
"type-check": "tsc --noEmit",
1111
"format": "prettier --write .",
1212
"format:check": "prettier --check .",
13-
"build": "tsup"
13+
"build": "tsup",
14+
"prepare": "pnpm build"
1415
},
16+
"files": [
17+
"dist"
18+
],
1519
"keywords": [],
1620
"author": "",
1721
"license": "ISC",

0 commit comments

Comments
 (0)