Merged all the command scripts into the main misuzu script.

This commit is contained in:
flash 2018-07-11 22:30:17 +02:00
parent e5da1cce35
commit 56fd85e124
5 changed files with 148 additions and 168 deletions

View file

@ -33,8 +33,8 @@
},
"scripts": {
"post-install-cmd": [
"php misuzu_migrate.php",
"php misuzu_setup.php"
"php misuzu.php migrate",
"php misuzu.php cron"
]
},
"config": {