updated comment

This commit is contained in:
Voldemorten 2023-12-08 21:45:57 +01:00
parent 232039c84d
commit 3896aba4fb

View file

@ -43,7 +43,7 @@
"lint": "next lint --quiet", "lint": "next lint --quiet",
"prepare": "node -e \"if (process.env.NODE_ENV !== 'production'){process.exit(1)} \" || husky install", "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" "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": { "lint-staged": {
"**/*.{js,jsx,ts,tsx}": [ "**/*.{js,jsx,ts,tsx}": [