From b57457dc2f82969eaed322928cddafa76bb72c6a Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sat, 13 Sep 2025 11:56:27 +0200 Subject: [PATCH] Add yarn clean-install --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f558337c..11f0a00c 100644 --- a/package.json +++ b/package.json @@ -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",