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

Remove package-lock.json

This commit is contained in:
ericgaspar 2021-07-04 19:47:11 +02:00
parent e21701c240
commit 3c483e9289
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 6 additions and 0 deletions

View file

@ -266,6 +266,9 @@ popd
chown -R $app: $final_path/node_modules
# Remove package-lock.json otherwise plugins installation and upgrade fails miserablywith 502 error
ynh_secure_remove --file="$final_path/package-lock.json"
#=================================================
# SOME HACKS
#=================================================

View file

@ -315,6 +315,9 @@ popd
chown -R $app: $final_path/node_modules
# Remove package-lock.json otherwise plugins installation and upgrade fails miserablywith 502 error
ynh_secure_remove --file="$final_path/package-lock.json"
#=================================================
# SPECIFIC UPGRADE
#=================================================