mirror of
https://github.com/YunoHost-Apps/mongo-express_ynh.git
synced 2024-09-03 19:46:04 +02:00
Update install
This commit is contained in:
parent
d82ba6b37d
commit
5223143304
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ pushd "$install_dir"
|
|||
mv package.json.mov package.json
|
||||
|
||||
fi
|
||||
ynh_exec_as_app node_load_PATH" "$ynh_yarn" install
|
||||
ynh_exec_as_app node_load_PATH" npm run build
|
||||
ynh_exec_as_app "$ynh_yarn" install
|
||||
ynh_exec_as_app npm run build
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue