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": [