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 c64513c commit 9aab45dCopy full SHA for 9aab45d
clients/algoliasearch-client-javascript/package.json
@@ -8,7 +8,7 @@
8
"scripts": {
9
"build:all": "lerna run build",
10
"build:many": "lerna run build --scope '@algolia/requester-testing' --scope ${0:-'{@algolia/*,algoliasearch}'}",
11
- "clean": "lerna run clean --include-dependencies",
+ "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",
14
"test": "lerna run test $*",
0 commit comments