Skip to content

Commit

Permalink
👷 Skip check access for lerna publish
Browse files Browse the repository at this point in the history
  • Loading branch information
devkanro committed Jan 20, 2022
1 parent f9c7347 commit 8d8cd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
},
"scripts": {
"prepare": "lerna bootstrap --hoist && lerna run build",
"publish": "lerna publish from-package --yes"
"publish": "lerna publish from-package --yes --no-verify-access"
}
}

0 comments on commit 8d8cd2d

Please sign in to comment.