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 f637cd6 commit be0428cCopy full SHA for be0428c
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
@@ -13,6 +13,9 @@
13
"**/*"
14
],
15
"private": false,
16
+ "publishConfig": {
17
+ "access": "public"
18
+ },
19
"scripts": {
20
"test": "./scripts/test",
21
"build": "./scripts/build",
0 commit comments