Skip to content

Commit a066e44

Browse files
committed
chore: add prebuild script for cli
1 parent 3011aa7 commit a066e44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cli/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
88
"build": "tsup src/index.ts",
9-
"dev": "tsup src/index.ts --watch"
9+
"dev": "tsup src/index.ts --watch",
10+
"prepublish": "yarn build"
1011
},
1112
"repository": {
1213
"type": "git",

0 commit comments

Comments
 (0)