We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf56735 commit faaaa85Copy full SHA for faaaa85
.circleci/config.yml
@@ -211,9 +211,6 @@ jobs:
211
at: ~/snyk
212
- run: npm install -g npm@7
213
- show_node_version
214
- - run:
215
- name: Setup Lerna
216
- command: npm install -g lerna@3.22.1
217
- run:
218
name: Update local .npmrc file (Windows)
219
command: echo "//registry.npmjs.org/:_authToken=$env:NPM_TOKEN" >> .npmrc
@@ -464,7 +461,7 @@ jobs:
464
461
465
462
name: Lerna Publish
466
463
command: |
467
- lerna publish minor --yes --no-push --no-git-tag-version --exact
+ npx lerna publish minor --yes --no-push --no-git-tag-version --exact
468
469
name: Install osslsigncode
470
command: sudo apt-get install -y osslsigncode
0 commit comments