From 935279c73f17134814bb6b2963e78fcc1dddad18 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 16 Jan 2026 21:49:03 +0100 Subject: [PATCH] remove postInstall --- webapp/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/package.json b/webapp/package.json index a271a3716..c3b947f8d 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -16,7 +16,6 @@ "locales": "../scripts/translations/missing-keys.sh && ../scripts/translations/sort.sh", "locales:normalize": "../scripts/translations/normalize.sh", "precommit": "yarn lint", - "postinstall": "rm -rf ../node_modules/@vue/compiler-core ../node_modules/@vue/compiler-dom ../node_modules/@vue/compiler-sfc", "test": "cross-env NODE_ENV=test jest --coverage --forceExit --detectOpenHandles", "test:unit:update": "yarn test -- --updateSnapshot", "test:unit:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --no-cache --runInBand"