Skip to content

Commit

Permalink
add config to resolve an issue withauto/lerna inoperablitiy for npm n…
Browse files Browse the repository at this point in the history
…ew automation tokens (#303)
  • Loading branch information
Ethella authored Apr 5, 2022
1 parent 0c7358c commit fe45109
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"version": "independent",
"npmClient": "yarn",
"useWorkspaces": true
"useWorkspaces": true,
"command": {
"publish": {
"verifyAccess": false
}
}
}

0 comments on commit fe45109

Please sign in to comment.