Lerna: Add publishConfig access public [skip ci] (#6557)

This commit is contained in:
Henry Zhu 2017-10-26 19:22:13 -04:00 committed by GitHub
parent 0a823fbe8d
commit e5e7f5bf79

View File

@ -29,6 +29,9 @@
"codemods/*", "codemods/*",
"experimental/*" "experimental/*"
], ],
"publishConfig": {
"access": "public"
},
"npmClient": "yarn", "npmClient": "yarn",
"npmClientArgs": [ "npmClientArgs": [
"--no-lockfile" "--no-lockfile"