From 31d9bb45df627c9b4870e9098b272f237f204ca7 Mon Sep 17 00:00:00 2001 From: Mateusz Zalewski Date: Mon, 1 Oct 2018 16:04:07 +0200 Subject: [PATCH] Remove unneeded composer scripts --- sylius/admin-order-creation-plugin/0.6/manifest.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sylius/admin-order-creation-plugin/0.6/manifest.json b/sylius/admin-order-creation-plugin/0.6/manifest.json index bde5d062..c2c6880e 100644 --- a/sylius/admin-order-creation-plugin/0.6/manifest.json +++ b/sylius/admin-order-creation-plugin/0.6/manifest.json @@ -4,9 +4,5 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - }, - "composer-scripts": { - "assets:install --symlink %PUBLIC_DIR%": "symfony-cmd", - "cache:clear": "symfony-cmd" } }