mirror of
https://github.com/YunoHost-Apps/h5ai_ynh.git
synced 2024-09-03 20:36:25 +02:00
Update scripts/install: remove tmp debug
This commit is contained in:
parent
6a3f4d74db
commit
de785b4f6b
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ ynh_script_progression --message="Setting up source files..."
|
||||||
tmpdir=$(mktemp -d)
|
tmpdir=$(mktemp -d)
|
||||||
ynh_setup_source --dest_dir="$tmpdir"
|
ynh_setup_source --dest_dir="$tmpdir"
|
||||||
pushd $tmpdir
|
pushd $tmpdir
|
||||||
ls -l
|
|
||||||
npm ci
|
npm ci
|
||||||
npm run build
|
npm run build
|
||||||
mv build/_h5ai $install_dir/_h5ai
|
mv build/_h5ai $install_dir/_h5ai
|
||||||
|
|
Loading…
Reference in a new issue