mirror of
https://github.com/YunoHost-Apps/penpot_ynh.git
synced 2024-09-03 19:56:56 +02:00
Dont install in
This commit is contained in:
parent
a16078b6c5
commit
35da2ed17f
1 changed files with 4 additions and 3 deletions
|
@ -27,7 +27,7 @@ tmp_dir=$(mktemp -d)
|
||||||
pushd $tmp_dir
|
pushd $tmp_dir
|
||||||
curl -L -O https://github.com/clojure/brew-install/releases/latest/download/linux-install.sh
|
curl -L -O https://github.com/clojure/brew-install/releases/latest/download/linux-install.sh
|
||||||
chmod +x linux-install.sh
|
chmod +x linux-install.sh
|
||||||
./linux-install.sh -p $install_dir/clojure
|
ynh_exec_warn_less ./linux-install.sh -p $install_dir/clojure
|
||||||
popd
|
popd
|
||||||
|
|
||||||
ynh_secure_remove --file=$tmp_dir
|
ynh_secure_remove --file=$tmp_dir
|
||||||
|
@ -51,9 +51,10 @@ 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 env $ynh_node_load_PATH yarn install --production --pure-lockfile
|
ynh_exec_as $app env $ynh_node_load_PATH yarn install --pure-lockfile
|
||||||
|
|
||||||
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_warn_less
|
||||||
|
ynh_exec_as $app env $ynh_node_load_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