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

Fix paths?

This commit is contained in:
orhtej2 2024-02-04 21:14:31 +01:00
parent ccf5bc336f
commit a16078b6c5

View file

@ -51,9 +51,9 @@ chown -R $app:$app "$install_dir"
ynh_script_progression --message="Installing app..." --weight=5 ynh_script_progression --message="Installing app..." --weight=5
pushd $install_dir/build/frontend pushd $install_dir/build/frontend
ynh_exec_as $app $ynh_node_load_PATH yarn install --production --pure-lockfile ynh_exec_as $app env $ynh_node_load_PATH yarn install --production --pure-lockfile
ynh_exec_as $app env PATH=$PATH JAVA_HOME=$JAVA_HOME clojure -J-Xms100M -J-Xmx800M -J-XX:+UseSerialGC -M:dev:shadow-cljs release main --config-merge "{:release-version \"${current_hash}\"}" ynh_exec_as $app env $ynh_node_load_PATH PATH=$PATH JAVA_HOME=$JAVA_HOME clojure -J-Xms100M -J-Xmx800M -J-XX:+UseSerialGC -M:dev:shadow-cljs release main --config-merge "{:release-version \"${current_hash}\"}"
ynh_exec_as $app $ynh_node_load_PATH npm exec gulp build ynh_exec_as $app $ynh_node_load_PATH npm exec gulp build
ynh_exec_as $app $ynh_node_load_PATH npm exec gulp dist:clean ynh_exec_as $app $ynh_node_load_PATH npm exec gulp dist:clean
ynh_exec_as $app $ynh_node_load_PATH npm exec gulp dist:copy ynh_exec_as $app $ynh_node_load_PATH npm exec gulp dist:copy