Skip to content

Commit faaaa85

Browse files
authoredAug 12, 2021
chore: update release to use local lerna installation
1 parent bf56735 commit faaaa85

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎.circleci/config.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,6 @@ jobs:
211211
at: ~/snyk
212212
- run: npm install -g npm@7
213213
- show_node_version
214-
- run:
215-
name: Setup Lerna
216-
command: npm install -g lerna@3.22.1
217214
- run:
218215
name: Update local .npmrc file (Windows)
219216
command: echo "//registry.npmjs.org/:_authToken=$env:NPM_TOKEN" >> .npmrc
@@ -464,7 +461,7 @@ jobs:
464461
- run:
465462
name: Lerna Publish
466463
command: |
467-
lerna publish minor --yes --no-push --no-git-tag-version --exact
464+
npx lerna publish minor --yes --no-push --no-git-tag-version --exact
468465
- run:
469466
name: Install osslsigncode
470467
command: sudo apt-get install -y osslsigncode

0 commit comments

Comments
 (0)
Please sign in to comment.