Skip to content

Commit

Permalink
Updated config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dylankelly committed Jan 5, 2023
1 parent 4a57261 commit 17d287f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
git update-index --assume-unchanged .npmrc
- run:
name: Publish packages to NPM
command: npx lerna publish from-package --force-publish --yes
command: npx lerna publish from-package --force-publish --yes --no-verify-access

# Publish the packages as a pre-release versions to NPM. This should depend on
# the `build` job.
Expand All @@ -207,7 +207,7 @@ jobs:
git update-index --assume-unchanged .npmrc
- run:
name: Publish pre-release packages to NPM
command: npx lerna publish from-package --canary --force-publish --no-push --dist-tag dev --yes
command: npx lerna publish from-package --canary --force-publish --no-push --dist-tag dev --yes --no-verify-access

# Create a git tag for this release and push to the remote repository.
tag-release:
Expand Down

0 comments on commit 17d287f

Please sign in to comment.