Add timestamp script to composer

This commit is contained in:
Almira Krdzic
2018-11-27 01:47:01 +01:00
parent 798ad20534
commit 95d162578f

View File

@@ -106,6 +106,9 @@
"wp wc update",
"wp wc pb update",
"wp wiaas update-db"
],
"timestamp": [
"php -r \"print date('YmdHis') . PHP_EOL;\" "
]
}
}