From 3896aba4fbffb93db1806af9a51e64eeca495ca2 Mon Sep 17 00:00:00 2001 From: Voldemorten Date: Fri, 8 Dec 2023 21:45:57 +0100 Subject: [PATCH] updated comment --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 807c2f5ad..b0bda01b3 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "lint": "next lint --quiet", "prepare": "node -e \"if (process.env.NODE_ENV !== 'production'){process.exit(1)} \" || husky install", "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" + "update": "To update we need to 1. git fetch upstream 2. git merge upstream/master into what ever branch 3. yarn install 4. test locally. 5. git push" }, "lint-staged": { "**/*.{js,jsx,ts,tsx}": [