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:
parent
ccf5bc336f
commit
a16078b6c5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue