We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e0e549 commit 003bd28Copy full SHA for 003bd28
clients/algoliasearch-client-javascript/package.json
@@ -7,7 +7,7 @@
7
],
8
"scripts": {
9
"build:all": "lerna run build --include-dependencies",
10
- "build:many": "lerna run build --scope '@algolia/requester-testing' --scope '@algolia/logger-console' --scope ${0:-'{@algolia/*,algoliasearch}'} --include-dependencies",
+ "build:many": "lerna run build --scope 'algoliasearch' --scope '@algolia/requester-testing' --scope '@algolia/logger-console' --scope ${0:-'{@algolia/*,algoliasearch}'} --include-dependencies",
11
"clean": "lerna run clean",
12
"release:bump": "lerna version ${0:-patch} --no-changelog --no-git-tag-version --no-push --exact --force-publish --yes",
13
"release:publish": "tsc --project scripts/tsconfig.json && node scripts/dist/scripts/publish.js",
0 commit comments