File tree Expand file tree Collapse file tree 2 files changed +452
-452
lines changed
clients/algoliasearch-client-javascript Expand file tree Collapse file tree 2 files changed +452
-452
lines changed Original file line number Diff line number Diff line change 5
5
" packages/*"
6
6
],
7
7
"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" ,
11
11
"release:bump" : " lerna version ${0:-patch} --no-changelog --no-git-tag-version --no-push --exact --force-publish --yes" ,
12
12
"release:publish" : " ts-node --project tsconfig.script.json scripts/publish.ts" ,
13
13
"test:lint" : " eslint . --ext .js,.ts" ,
28
28
"@types/semver" : " 7.3.10" ,
29
29
"bundlesize2" : " 0.0.31" ,
30
30
"execa" : " 5.1.1" ,
31
- "lerna" : " 5.3.0 " ,
31
+ "lerna" : " 5.4.3 " ,
32
32
"nx" : " 14.5.4" ,
33
33
"rollup" : " 2.78.1" ,
34
34
"rollup-plugin-node-globals" : " 1.4.0" ,
You can’t perform that action at this time.
0 commit comments