From b86c2d242c0e984b1ed8edc3bc2a324a3a4a8075 Mon Sep 17 00:00:00 2001 From: Julio Ortega Date: Tue, 7 Nov 2023 18:43:00 -0600 Subject: [PATCH] chore: update release scrip --- scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.sh b/scripts/release.sh index 8d08a3c604..9d966a83aa 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -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