From d15cf72474b267acd989bdc4ab740935602f9458 Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Fri, 13 Jul 2018 15:14:39 +0200 Subject: [PATCH] added auto-script to install assets (#214) --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4387191f..899b1bdb 100644 --- a/composer.json +++ b/composer.json @@ -73,7 +73,8 @@ }, "scripts": { "auto-scripts": { - "cache:clear": "symfony-cmd" + "cache:clear": "symfony-cmd", + "assets:install": "symfony-cmd" }, "post-install-cmd": [ "@auto-scripts"