From 5e0dfdfbd2f2dcd1164bc3548f3a24d2f5ebd243 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 16 Jan 2019 12:39:34 +0000 Subject: [PATCH] Stop running assets:install --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 11e060e..590693e 100644 --- a/composer.json +++ b/composer.json @@ -41,8 +41,7 @@ }, "scripts": { "auto-scripts": { - "cache:clear": "symfony-cmd", - "assets:install %PUBLIC_DIR%": "symfony-cmd" + "cache:clear": "symfony-cmd" }, "post-install-cmd": [ "@auto-scripts"