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",