From 82dbc7d25105e2214259f311a07a4925cd89a4f3 Mon Sep 17 00:00:00 2001 From: Anthonius Munthi Date: Thu, 8 Nov 2018 15:08:13 +0800 Subject: [PATCH] added clear-cache command --- composer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/composer.json b/composer.json index 1a06840..414eb88 100644 --- a/composer.json +++ b/composer.json @@ -47,9 +47,11 @@ }, "scripts": { "auto-scripts": [ + "@clear-cache", "@install-assets", "npm install" ], + "clear-cache": "./vendor/bin/yawik clear-cache", "install-assets": "./vendor/bin/yawik assets-install --relative", "serve": "php -S localhost:8080 -t public/", "post-install-cmd": [