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

Update install

This commit is contained in:
ericgaspar 2020-06-09 11:13:54 +02:00
parent 78d817738c
commit 1b29111b09
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -137,9 +137,7 @@ ynh_script_progression --message="Building $app... (this will take some time and
pushd "$final_path" || ynh_die
ynh_use_nodejs
yarn install --frozen-lockfile
ynh_exec_warn_less yarn run build
popd || ynh_die