Use make for calling various scripts correctly.

This commit is contained in:
flash 2025-04-11 18:56:49 +00:00
parent 0d8283495d
commit 4da099ca74
Signed by: flash
GPG key ID: 2C9C2C574D47FE3E
4 changed files with 56 additions and 7 deletions

View file

@ -22,12 +22,6 @@
"Misuzu\\": "src"
}
},
"scripts": {
"post-install-cmd": [
"./tools/migrate",
"./tools/cron slow"
]
},
"require-dev": {
"phpstan/phpstan": "~2.1"
}