We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3011aa7 commit a066e44Copy full SHA for a066e44
cli/package.json
@@ -6,7 +6,8 @@
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1",
8
"build": "tsup src/index.ts",
9
- "dev": "tsup src/index.ts --watch"
+ "dev": "tsup src/index.ts --watch",
10
+ "prepublish": "yarn build"
11
},
12
"repository": {
13
"type": "git",
0 commit comments