1
0
Fork 0
mirror of https://github.com/friendica/friendica-directory synced 2024-06-20 12:29:27 +02:00

Remove post install Composer script

This commit is contained in:
Hypolite Petovan 2018-11-11 21:28:03 -05:00
parent 9219be87a2
commit 7e6e513fc1

View file

@ -62,9 +62,6 @@
"scripts": {
"post-create-project-cmd" : [
"php bin/console.php install"
],
"post-install-cmd" : [
"php bin/console.php dbupdate"
]
}
}