We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4f3d2 commit 114c775Copy full SHA for 114c775
package.json
@@ -40,7 +40,7 @@
40
"build": "vite build",
41
"preview": "vite preview",
42
"unpub": "npm unpublish",
43
- "pub": "cd dist && npm publish --access=public"
+ "pub": "cd dist && npm publish --access=public --registry=https://registry.npmjs.com"
44
},
45
"publishConfig": {
46
"access": "public"
0 commit comments