1
0
Fork 0
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:
Alexandre Aubin 2024-05-13 12:52:18 +02:00 committed by GitHub
parent 757b649c19
commit 3019fd3bc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,6 +26,7 @@ ynh_script_progression --message="Setting up source files..."
tmpdir=$(mktemp -d)
ynh_setup_source --dest_dir="$tmpdir"
pushd $tmpdir
ls -l
npm ci
npm run build
mv build/_h5ai $install_dir/_h5ai