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 ddf4087 commit 2fb47ceCopy full SHA for 2fb47ce
bin/publish-npm
@@ -58,4 +58,4 @@ else
58
fi
59
60
# Publish with the appropriate tag
61
-yarn publish --access public --tag "$TAG"
+yarn publish --tag "$TAG"
package.json
@@ -12,6 +12,9 @@
12
"**/*"
13
],
14
"private": false,
15
+ "publishConfig": {
16
+ "access": "public"
17
+ },
18
"scripts": {
19
"test": "./scripts/test",
20
"build": "./scripts/build",
0 commit comments