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:
parent
a57bd732d1
commit
a60af14111
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue