mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-04 10:43:02 +08:00
chore: add hotfix script
This commit is contained in:
parent
6b45465758
commit
87d3362560
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
"live": "concurrently --kill-others \"cd frontend && npm run live\" \"cd backend && npm run start\"",
|
||||
"audit-fe": "cd frontend && npm run audit",
|
||||
"release": "release-it",
|
||||
"hotfix": "cd frontend && npm run deploy-live && cd .. && sh ./bin/purgeCfCache.sh",
|
||||
"build-fe": "cd ./frontend && npm run build-live",
|
||||
"pretty": "prettier --check \"./backend/**/*.{ts,json,js,css,html}\" \"./frontend/**/*.{ts,js,scss}\" \"./frontend/static/**/*.{json,html,css}\"",
|
||||
"pretty-code": "prettier --check \"./backend/**/*.{ts,js,json,css,html}\" \"./frontend/**/*.{ts,js}\" \"./frontend/src/**/*.scss\"",
|
||||
|
|
Loading…
Reference in a new issue