From 8a4fdc10e55243811986b731ec0d61578a454dbe Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Thu, 14 Nov 2024 13:01:56 +0000 Subject: [PATCH] fix(scripts): dart and js releases [skip-bc] (generated) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/algolia/api-clients-automation/pull/4104 Co-authored-by: Clément Vannicatte --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index c98a3dcda..d345e0cf4 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,6 @@ "scripts": { "build": "lerna run build --scope '@algolia/requester-testing' --scope '@algolia/logger-console' --scope 'algoliasearch' --scope '@algolia/client-composition' --include-dependencies", "clean": "lerna run clean", - "release:bump": "lerna version ${0:-patch} --no-changelog --no-git-tag-version --no-push --exact --force-publish --yes", "release:publish": "tsc --project scripts/tsconfig.json && node scripts/dist/scripts/publish.js", "test": "lerna run test $*", "test:size": "bundlesize",