From 1c23e0453a17ca8ef796585b55221f2f42095e45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Vanegas?= Date: Mon, 4 May 2026 18:56:27 -0500 Subject: [PATCH] fix: skip postinstall git clean when not in a git repository --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index de94027ab5..75a1753d98 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,6 @@ "sideEffects": true, "scripts": { "config:check": "node js/check_config.js", - "postinstall": "git clean -df fonts vendor modules/default", "install-mm": "npm install --no-audit --no-fund --no-update-notifier --only=prod --omit=dev", "install-mm:dev": "npm install --no-audit --no-fund --no-update-notifier && npx playwright install chromium", "lint:css": "stylelint 'css/**/*.css' 'defaultmodules/**/*.css' --fix",