From: Jakub Vrana Date: Sat, 8 Mar 2025 16:10:21 +0000 (+0100) Subject: Composer: Add script for cleaning X-Git-Tag: v5.0.2~10 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=47b64f475236039c12f668b81be03d8e6b5215f9;p=adminer.git Composer: Add script for cleaning --- diff --git a/composer.json b/composer.json index 264006b6..953329ed 100644 --- a/composer.json +++ b/composer.json @@ -33,6 +33,7 @@ "php": ">=5.3" }, "scripts": { - "compile": "php compile.php" + "clean": "rm -f adminer*.php editor*.php", + "compile": "@php compile.php" } }