1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/prettynoemiecms_ynh.git synced 2024-09-03 20:06:36 +02:00

Trying to fix composer install

This commit is contained in:
massyas 2018-04-27 10:37:57 +02:00
parent a57bd732d1
commit a60af14111

View file

@ -39,7 +39,7 @@ init_composer() {
|| ynh_die "Unable to install Composer"
# install composer.json
cp "${destdir}/composer.json-dist" "${destdir}/composer.json"
#cp "${destdir}/composer.json-dist" "${destdir}/composer.json"
# update dependencies to create composer.lock
exec_composer "$destdir" install --no-dev \