Skip to content

Commit

Permalink
chore: update release scrip
Browse files Browse the repository at this point in the history
  • Loading branch information
juliodialpad committed Nov 8, 2023
1 parent ac3fb3d commit b86c2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if ! [[ "$branch" =~ ^staging$ ]]; then
fi

git pull &&
npx nx affected -t release-local &&
npx nx run-many --target=release-local &&
git checkout production &&
git merge --ff-only staging &&
git push -u origin production

0 comments on commit b86c2d2

Please sign in to comment.