Skip to content

Commit e663d06

Browse files
committed
Revert "try fixing lerna publish"
This reverts commit f9565dc.
1 parent f9565dc commit e663d06

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ steps:
8686
branches: master
8787
commands:
8888
- npm config set "//registry.npmjs.org/:_authToken" $${NPM_TOKEN}
89-
- echo "//registry.npmjs.org/:_authToken=$${NPM_TOKEN}" > .npmrc
90-
- yarn lerna publish from-package --no-verify-access --yes
89+
- yarn lerna publish from-package --yes --no-verify-access
9190
plugins:
9291
- ssh://git@github.com/segmentio/cache-buildkite-plugin#v1.0.0:
9392
key: "v1-cache-dev-{{ checksum 'yarn.lock' }}"

0 commit comments

Comments
 (0)