Add yarn clean-install

This commit is contained in:
MartinBraquet
2025-09-13 11:56:27 +02:00
parent 2861b0cfa2
commit b57457dc2f

View File

@@ -15,6 +15,7 @@
"lint": "yarn --cwd=web lint-fix; eslint common --fix ; eslint backend/api --fix ; eslint backend/shared --fix",
"dev": "./run_local.sh dev",
"prod": "./run_local.sh prod",
"clean-install": "./install.sh",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",