1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 15:47:00 +02:00

Composer: Add script for cleaning

This commit is contained in:
Jakub Vrana
2025-03-08 17:10:21 +01:00
parent a1c3e34e04
commit 47b64f4752

View File

@@ -33,6 +33,7 @@
"php": ">=5.3" "php": ">=5.3"
}, },
"scripts": { "scripts": {
"compile": "php compile.php" "clean": "rm -f adminer*.php editor*.php",
"compile": "@php compile.php"
} }
} }