Skip to content

Commit 83a5410

Browse files
committed
ci: pub
1 parent 4f5d375 commit 83a5410

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"author": "shijin",
2525
"scripts": {
2626
"build": "tsup --tsconfig tsconfig.json --config tsup.config.ts",
27-
"download": "tsx src/index.ts"
27+
"download": "tsx src/index.ts",
28+
"pub": "npm publish --access public"
2829
},
2930
"files": [
3031
"lib",

0 commit comments

Comments
 (0)