]> git.joonet.de Git - adminer.git/commitdiff
Composer: Add script for cleaning
authorJakub Vrana <jakub@vrana.cz>
Sat, 8 Mar 2025 16:10:21 +0000 (17:10 +0100)
committerJakub Vrana <jakub@vrana.cz>
Sat, 8 Mar 2025 16:10:21 +0000 (17:10 +0100)
composer.json

index 264006b617e337ec726e97c5cf302e17a2e6312a..953329ed53cc939849f4bc740e0465a2860e51b2 100644 (file)
@@ -33,6 +33,7 @@
         "php": ">=5.3"
     },
     "scripts": {
-        "compile": "php compile.php"
+        "clean": "rm -f adminer*.php editor*.php",
+        "compile": "@php compile.php"
     }
 }