From 2ad7647b3e29fa426981da29b2adf09ce9ab1045 Mon Sep 17 00:00:00 2001 From: Bart Geesink Date: Tue, 17 Sep 2024 20:18:06 +0200 Subject: [PATCH] Composer archive: Remove the node_modules directory from the tarball --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 828a59941..3d40f0771 100644 --- a/composer.json +++ b/composer.json @@ -139,6 +139,7 @@ "!/library", "!/src", "!/theme", + "theme/node_modules/", "!/vendor", "!/web" ]