From 3d69762359e04e7f36608c669c86fc189365c0f7 Mon Sep 17 00:00:00 2001 From: Kieran Date: Mon, 6 Nov 2023 14:04:03 +0000 Subject: [PATCH] chore: update prod script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index dab11c956..52bdb5882 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "build": "yarn workspace @snort/shared build && yarn workspace @snort/system build && yarn workspace @snort/system-web build && yarn workspace @snort/system-react build && yarn workspace @snort/app build", "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 ." + "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" }, "prettier": { "printWidth": 120,