From ecd74fbb121f37bfde6bca58fae326b6522a4ef0 Mon Sep 17 00:00:00 2001 From: kieran Date: Fri, 12 Apr 2024 18:40:26 +0100 Subject: [PATCH] fix: push-prod --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e5793a60..ad6e94e7 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "start": "yarn build && yarn workspace @snort/app start", "test": "yarn build && yarn workspace @snort/app test && yarn workspace @snort/system test", "pre:commit": "yarn workspace @snort/app intl-extract && yarn workspace @snort/app intl-compile && yarn prettier --write .", - "push-prod": "git checkout snort-prod && git merge --ff-only main && git push && git checkout main", + "push-prod": "git checkout --track origin/snort-prod && git merge --ff-only main && git push && git checkout main", "docs": "typedoc --entryPointStrategy packages ./packages/* --exclude ./packages/app --exclude ./packages/webrtc-server --name snort.social" }, "prettier": {