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

add ynh_use_nodejs

This commit is contained in:
ericgaspar 2020-05-30 19:04:13 +02:00
parent 021edce133
commit 4d65d05d43
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 5 additions and 1 deletions

View file

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

View file

@ -136,6 +136,8 @@ then
pushd "$final_path"
ynh_use_nodejs
yarn install --frozen-lockfile && ynh_exec_warn_less yarn run build
popd