mirror of
https://github.com/umami-software/umami.git
synced 2026-02-21 04:55:36 +01:00
updated comment
This commit is contained in:
parent
232039c84d
commit
3896aba4fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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}": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue