Skip to content

Commit

Permalink
Merge pull request #2161 from snyk/chore/fix-lerna-release
Browse files Browse the repository at this point in the history
chore: update release to use local lerna installation
  • Loading branch information
maxjeffos committed Aug 12, 2021
2 parents bf56735 + faaaa85 commit 34c9347
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Expand Up @@ -211,9 +211,6 @@ jobs:
at: ~/snyk
- run: npm install -g npm@7
- show_node_version
- run:
name: Setup Lerna
command: npm install -g lerna@3.22.1
- run:
name: Update local .npmrc file (Windows)
command: echo "//registry.npmjs.org/:_authToken=$env:NPM_TOKEN" >> .npmrc
Expand Down Expand Up @@ -464,7 +461,7 @@ jobs:
- run:
name: Lerna Publish
command: |
lerna publish minor --yes --no-push --no-git-tag-version --exact
npx lerna publish minor --yes --no-push --no-git-tag-version --exact
- run:
name: Install osslsigncode
command: sudo apt-get install -y osslsigncode
Expand Down

0 comments on commit 34c9347

Please sign in to comment.