Skip to content

Commit

Permalink
chore: use lerna from devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjeffos authored and Avishag Israeli committed Aug 11, 2021
1 parent 28b1197 commit 906e766
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .circleci/config.yml
Expand Up @@ -142,10 +142,6 @@ commands:
mv gh-download/gh_1.3.1_linux_amd64/bin/gh /home/circleci/bin
which gh
gh --version
install_lerna_linux:
description: Setup Lerna
steps:
- run: sudo npm install -g lerna@3.22.1
jobs:
regression-test:
Expand Down Expand Up @@ -322,7 +318,6 @@ jobs:
at: ~/snyk
- run: sudo npm install -g npm@7
- show_node_version
- install_lerna_linux
- update_local_npmrc_linux
- install_deps
- build_ts
Expand Down Expand Up @@ -417,7 +412,6 @@ jobs:
command: |
sudo npm install -g npm@7
- show_node_version
- install_lerna_linux
- install_deps
- run:
name: Update package versions
Expand Down Expand Up @@ -455,7 +449,6 @@ jobs:
command: |
sudo npm install -g npm@7
- show_node_version
- install_lerna_linux
- update_local_npmrc_linux
- install_deps
- run:
Expand Down
1 change: 1 addition & 0 deletions check-dependencies.config.ts
Expand Up @@ -6,6 +6,7 @@ export const config: Options = {
'@types/jest', // jest is a global so impossible to detect usage of types
'jest-junit', // used in circleci
'tap-junit', // used in circleci
'lerna', // used in circleci
],
ignoreDirs: ['node_modules', 'dist', 'fixtures', 'test-output'],
};
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -167,6 +167,7 @@
"fs-extra": "^9.1.0",
"jest": "^27.0.6",
"jest-junit": "^12.0.0",
"lerna": "^3.22.1",
"lodash": "^4.17.20",
"madge": "^3.4.4",
"mock-fs": "^4.13.0",
Expand Down

0 comments on commit 906e766

Please sign in to comment.