From 87d3362560d584572fb21e6adc40df33f5c3ac69 Mon Sep 17 00:00:00 2001 From: Miodec Date: Mon, 21 Aug 2023 12:11:15 +0200 Subject: [PATCH] chore: add hotfix script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 98baa1182..c11984c87 100644 --- a/package.json +++ b/package.json @@ -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\"",