mirror of
https://github.com/YunoHost-Apps/h5ai_ynh.git
synced 2024-09-03 20:36:25 +02:00
Update scripts/install: tmp debug x_x
This commit is contained in:
parent
757b649c19
commit
3019fd3bc3
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ 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