Skip to content

Commit 114c775

Browse files
committed
chore: set pub registry
1 parent 9a4f3d2 commit 114c775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"build": "vite build",
4141
"preview": "vite preview",
4242
"unpub": "npm unpublish",
43-
"pub": "cd dist && npm publish --access=public"
43+
"pub": "cd dist && npm publish --access=public --registry=https://registry.npmjs.com"
4444
},
4545
"publishConfig": {
4646
"access": "public"

0 commit comments

Comments
 (0)