Skip to content

Commit

Permalink
chore(root): Update release:previews script
Browse files Browse the repository at this point in the history
NX affected should be computed between latest next and the current branch.
  • Loading branch information
SokratisVidros committed Sep 25, 2024
1 parent 5709cb6 commit 2e1eda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"release:preminor": "nx release version preminor --no-push",
"release:prerelease": "nx release version prerelease --no-push",
"release:submodules": "ts-node scripts/release-with-submodules.ts",
"release:previews": "nx affected -t release:preview --base=origin/next~1 --head=HEAD --exclude=nextjs",
"release:previews": "nx affected -t release:preview --base=origin/next --head=HEAD --exclude=nextjs",
"start:integration:api": "cd apps/api && pnpm run test",
"start:e2e:api": "cd apps/api && pnpm run test:e2e",
"g:module": "hygen module new --name=$npm_config_name",
Expand Down

0 comments on commit 2e1eda7

Please sign in to comment.