From c0135220391d726fda8186af794de38d79440afe Mon Sep 17 00:00:00 2001 From: Sai Kumar Battinoju <88789928+saikumarrs@users.noreply.github.com> Date: Thu, 21 Mar 2024 12:54:15 +0530 Subject: [PATCH] chore: include chore changes in release (#1660) --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e64c6e2411..502895c977 100644 --- a/package.json +++ b/package.json @@ -47,10 +47,10 @@ "build:sanity": "rm -rf packages/sanity-suite/dist && nx run-many --targets=build:all --parallel=false --projects=@rudderstack/analytics-js-sanity-suite", "build:sanity:staging": "rm -rf packages/sanity-suite/dist && nx run-many --targets=build:all:staging --parallel=false --projects=@rudderstack/analytics-js-sanity-suite", "bump-version:monorepo": "npm version minor --git-tag-version false", - "release": "nx affected --base=origin/main --target=version --parallel=1 --skipCommitTypes=docs,ci,chore,test", + "release": "nx affected --base=origin/main --target=version --parallel=1 --skipCommitTypes=docs,ci,test", "release:nx": "nx release --skip-publish --verbose --dry-run", - "release:github": "nx affected --target=github --parallel=1 --skipCommitTypes=docs,ci,chore,test", - "deploy:npm": "nx affected --target=deploy --parallel=1 --skipCommitTypes=docs,ci,chore,test", + "release:github": "nx affected --target=github --parallel=1 --skipCommitTypes=docs,ci,test", + "deploy:npm": "nx affected --target=deploy --parallel=1 --skipCommitTypes=docs,ci,test", "build:browser:LH": "nx run @rudderstack/analytics-js:build-browser && nx run @rudderstack/analytics-js:build-browser-modern" }, "author": "RudderStack",