We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f5d375 commit 83a5410Copy full SHA for 83a5410
1 file changed
package.json
@@ -24,7 +24,8 @@
24
"author": "shijin",
25
"scripts": {
26
"build": "tsup --tsconfig tsconfig.json --config tsup.config.ts",
27
- "download": "tsx src/index.ts"
+ "download": "tsx src/index.ts",
28
+ "pub": "npm publish --access public"
29
},
30
"files": [
31
"lib",
0 commit comments