From ac630c58865af1795224c975afbd47b2955275bd Mon Sep 17 00:00:00 2001 From: Malte Janz Date: Thu, 7 Mar 2024 08:52:20 +0100 Subject: [PATCH] NEXT-20137 - Update composer.json ludtwig commands --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8feee101fbb..d8065be0496 100644 --- a/composer.json +++ b/composer.json @@ -416,7 +416,7 @@ "eslint:e2e": "@npm:e2e run lint", "eslint:e2e:fix": "@npm:e2e run lint:fix", "eslint:storefront": "@npm:storefront run lint:js", - "ludtwig:storefront": "cd ./src/Storefront/Resources/views; ludtwig --version; ludtwig .", + "ludtwig:storefront": "cd ./src/Storefront/Resources/views; ludtwig .", "ludtwig:storefront:fix": "@ludtwig:storefront --fix", "framework:schema:dump": "@php bin/console -e prod framework:schema -s 'entity-schema' src/Administration/Resources/app/administration/test/_mocks_/entity-schema.json", "hook:pre-commit": [