Skip to content

Commit

Permalink
chore: include chore changes in release (#1660)
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumarrs authored Mar 21, 2024
1 parent de47487 commit c013522
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c013522

Please sign in to comment.