impr(dev): add hotfix script

!nuf
This commit is contained in:
Miodec 2024-09-10 23:11:42 +02:00
parent 3478c21aa9
commit f6a27b2d18

View file

@ -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",