mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-11 00:57:01 +08:00
impr(dev): add hotfix script
!nuf
This commit is contained in:
parent
3478c21aa9
commit
f6a27b2d18
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
"release-dry": "monkeytype-release --dry",
|
||||
"hotfix-fe": "npm run build-fe && cd frontend && npm run deploy-live && monkeytype-purge",
|
||||
"hotfix-be": "monkeytype-deploy-be",
|
||||
"hotfix": "npm run hotfix-be && npm run hotfix-fe",
|
||||
"pretty-check": "prettier --check .",
|
||||
"pretty-check-be": "prettier --check ./backend",
|
||||
"pretty-check-fe": "prettier --check ./frontend/src",
|
||||
|
|
Loading…
Add table
Reference in a new issue