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:
parent
4d65d05d43
commit
d0684041d8
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue