mirror of
https://github.com/umami-software/umami.git
synced 2026-02-21 13:05:36 +01:00
added update comment/script
This commit is contained in:
parent
c7275ef85b
commit
ef93f7c3c8
1 changed files with 2 additions and 1 deletions
|
|
@ -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}": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue