1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/outline_ynh.git synced 2024-09-03 19:56:12 +02:00

Update install

Try removing --production
This commit is contained in:
Limezy 2021-09-22 01:24:14 +02:00
parent 99fa5a3326
commit a0f10cb7dd

View file

@ -187,9 +187,8 @@ ynh_script_progression --message="Building Yarn dependencies..."
pushd "$final_path"
ynh_use_nodejs
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn install --production --frozen-lockfile
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn install --frozen-lockfile
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn cache clean
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn add webpack@5.52.1 --dev
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn build
popd