Skip to content

Commit

Permalink
Chore: Remove access verification from lerna publish command
Browse files Browse the repository at this point in the history
  * lerna WARN verify-access --verify-access=false and --no-verify-access are no longer needed,
    because the legacy preemptive access verification is now disabled by default.
    Requests will fail with appropriate errors when not authorized correctaccess verification
    from lerna publish command
  • Loading branch information
literat committed Oct 6, 2023
1 parent a282ff3 commit 1813bec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ publish: ## publish a release
# Publish packages updated since the last release
# `from-package` - list of packages to publish is determined by inspecting each `package.json`
# `--yes` - skip all confirmation prompts
# `--no-verify-access` - disable verification of the logged-in npm user's access to the packages about to be published
yarn lerna publish from-package --yes --no-verify-access $(LERNA_FLAGS)
yarn lerna publish from-package --yes $(LERNA_FLAGS)

# GENERIC TARGETS

Expand Down

0 comments on commit 1813bec

Please sign in to comment.