fix: push-prod
This commit is contained in:
parent
4384c638b9
commit
a089ae2ec6
@ -8,7 +8,7 @@
|
|||||||
"start": "yarn build && yarn workspace @snort/app start",
|
"start": "yarn build && yarn workspace @snort/app start",
|
||||||
"test": "yarn build && yarn workspace @snort/app test && yarn workspace @snort/system test",
|
"test": "yarn build && yarn workspace @snort/app test && yarn workspace @snort/system test",
|
||||||
"pre:commit": "yarn workspace @snort/app intl-extract && yarn workspace @snort/app intl-compile && yarn prettier --write .",
|
"pre:commit": "yarn workspace @snort/app intl-extract && yarn workspace @snort/app intl-compile && yarn prettier --write .",
|
||||||
"push-prod": "git checkout --track origin/snort-prod && git merge --ff-only main && git push && git checkout main",
|
"push-prod": "git switch snort-prod && git merge --ff-only main && git push && git checkout main",
|
||||||
"docs": "typedoc --entryPointStrategy packages ./packages/* --exclude ./packages/app --exclude ./packages/webrtc-server --name snort.social"
|
"docs": "typedoc --entryPointStrategy packages ./packages/* --exclude ./packages/app --exclude ./packages/webrtc-server --name snort.social"
|
||||||
},
|
},
|
||||||
"prettier": {
|
"prettier": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user