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:
parent
e21701c240
commit
3c483e9289
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue