From ef93f7c3c8d126549a0fb692eb0eca9e971c451f Mon Sep 17 00:00:00 2001 From: Voldemorten Date: Thu, 21 Sep 2023 09:40:40 +0200 Subject: [PATCH] added update comment/script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9759b2b88..8694b83b3 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,8 @@ "change-password": "node scripts/change-password.js", "lint": "next lint --quiet", "prepare": "node -e \"if (process.env.NODE_ENV !== 'production'){process.exit(1)} \" || husky install", - "postbuild": "node scripts/postbuild.js" + "postbuild": "node scripts/postbuild.js", + "update": "To update we need to 1. git fetch upstream 2. git merge upstream/master into what ever branch 3. git push" }, "lint-staged": { "**/*.{js,jsx,ts,tsx}": [