Skip to content

Commit 2fb47ce

Browse files
chore(internal): move publish config
1 parent ddf4087 commit 2fb47ce

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

bin/publish-npm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ else
5858
fi
5959

6060
# Publish with the appropriate tag
61-
yarn publish --access public --tag "$TAG"
61+
yarn publish --tag "$TAG"

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"**/*"
1313
],
1414
"private": false,
15+
"publishConfig": {
16+
"access": "public"
17+
},
1518
"scripts": {
1619
"test": "./scripts/test",
1720
"build": "./scripts/build",

0 commit comments

Comments
 (0)