chore: update prod script
This commit is contained in:
parent
9d91cc6ec9
commit
3d69762359
@ -7,7 +7,8 @@
|
|||||||
"build": "yarn workspace @snort/shared build && yarn workspace @snort/system build && yarn workspace @snort/system-web build && yarn workspace @snort/system-react build && yarn workspace @snort/app build",
|
"build": "yarn workspace @snort/shared build && yarn workspace @snort/system build && yarn workspace @snort/system-web build && yarn workspace @snort/system-react build && yarn workspace @snort/app build",
|
||||||
"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 snort-prod && git merge --ff-only main && git push && git checkout main"
|
||||||
},
|
},
|
||||||
"prettier": {
|
"prettier": {
|
||||||
"printWidth": 120,
|
"printWidth": 120,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user