1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cryptpad_ynh.git synced 2024-09-03 18:26:14 +02:00

Update install

This commit is contained in:
DDATAA 2022-11-08 16:56:15 +01:00 committed by GitHub
parent afba97e3d3
commit 87c7a51e77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -141,6 +141,7 @@ pushd "$final_path"
ynh_exec_warn_less npm install --allow-root ynh_exec_warn_less npm install --allow-root
ynh_exec_warn_less npm install -g bower ynh_exec_warn_less npm install -g bower
ynh_exec_warn_less bower install --allow-root ynh_exec_warn_less bower install --allow-root
ynh_exec_warn_less npm run build
popd popd
#================================================= #=================================================