Skip to content

Commit f9565dc

Browse files
committed
try fixing lerna publish
1 parent 7939926 commit f9565dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.buildkite/pipeline.yml

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

0 commit comments

Comments
 (0)