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}": [