We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b3e3d9 commit 906c15cCopy full SHA for 906c15c
1 file changed
package.json
@@ -28,7 +28,7 @@
28
"audit-fe": "cd frontend && npm run audit",
29
"release": "release-it -c .release-it.json",
30
"release-fe": "release-it -c .release-it-fe.json",
31
- "hotfix": "cd frontend && npm run deploy-live && cd .. && sh ./bin/purgeCfCache.sh",
+ "hotfix": "npm run build-fe && cd frontend && npm run deploy-live && cd .. && sh ./bin/purgeCfCache.sh",
32
"pretty": "prettier --check \"./backend/**/*.{ts,json,js,css,html}\" \"./frontend/**/*.{ts,js,scss}\" \"./packages/**/*.{ts,js,json}\" \"./frontend/static/**/*.{json,html,css}\"",
33
"pretty-code": "prettier --check \"./backend/**/*.{ts,js,json,css,html}\" \"./frontend/**/*.{ts,js}\" \"./packages/**/*.{ts,js,json}\" \"./frontend/src/**/*.scss\" ",
34
"pretty-code-be": "prettier --check \"./backend/**/*.{ts,js,json,css,html}\"",
0 commit comments