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 9aab45d commit 4ba4f15Copy full SHA for 4ba4f15
clients/algoliasearch-client-javascript/package.json
@@ -6,8 +6,8 @@
6
"packages/*"
7
],
8
"scripts": {
9
- "build:all": "lerna run build",
10
- "build:many": "lerna run build --scope '@algolia/requester-testing' --scope ${0:-'{@algolia/*,algoliasearch}'}",
+ "build:all": "lerna run build --include-dependencies",
+ "build:many": "lerna run build --scope '@algolia/requester-testing' --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