We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7939926 commit f9565dcCopy full SHA for f9565dc
.buildkite/pipeline.yml
@@ -86,7 +86,8 @@ steps:
86
branches: master
87
commands:
88
- npm config set "//registry.npmjs.org/:_authToken" $${NPM_TOKEN}
89
- - yarn lerna publish from-package --yes --no-verify-access
+ - echo "//registry.npmjs.org/:_authToken=$${NPM_TOKEN}" > .npmrc
90
+ - yarn lerna publish from-package --no-verify-access --yes
91
plugins:
92
- ssh://[email protected]/segmentio/cache-buildkite-plugin#v1.0.0:
93
key: "v1-cache-dev-{{ checksum 'yarn.lock' }}"
0 commit comments