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-05-30 21:58:57 +02:00
parent 4d65d05d43
commit d0684041d8
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -138,7 +138,9 @@ pushd "$final_path" || ynh_die
ynh_use_nodejs
yarn install --frozen-lockfile && ynh_exec_warn_less yarn run build
yarn install --frozen-lockfile
ynh_exec_warn_less yarn run build
popd || ynh_die