Skip to content

Commit

Permalink
chore: update release to use local lerna installation
Browse files Browse the repository at this point in the history
  • Loading branch information
JackuB committed Aug 12, 2021
1 parent bf56735 commit faaaa85
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 faaaa85

Please sign in to comment.