Skip to content

Commit 93e71ce

Browse files
chore(deps): update dependency lerna to v5.4.3 (#944)
* chore(deps): update dependency lerna to v5.4.3 * parallel changed? Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 8c53358 commit 93e71ce

File tree

2 files changed

+452
-452
lines changed

2 files changed

+452
-452
lines changed

clients/algoliasearch-client-javascript/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"packages/*"
66
],
77
"scripts": {
8-
"build:all": "lerna run build --parallel",
9-
"build:many": "lerna run build --parallel --scope ${0:-'{@algolia/*,algoliasearch}'}",
10-
"clean": "lerna run clean --parallel",
8+
"build:all": "lerna run build ",
9+
"build:many": "lerna run build --scope ${0:-'{@algolia/*,algoliasearch}'}",
10+
"clean": "lerna run clean",
1111
"release:bump": "lerna version ${0:-patch} --no-changelog --no-git-tag-version --no-push --exact --force-publish --yes",
1212
"release:publish": "ts-node --project tsconfig.script.json scripts/publish.ts",
1313
"test:lint": "eslint . --ext .js,.ts",
@@ -28,7 +28,7 @@
2828
"@types/semver": "7.3.10",
2929
"bundlesize2": "0.0.31",
3030
"execa": "5.1.1",
31-
"lerna": "5.3.0",
31+
"lerna": "5.4.3",
3232
"nx": "14.5.4",
3333
"rollup": "2.78.1",
3434
"rollup-plugin-node-globals": "1.4.0",

0 commit comments

Comments
 (0)