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: remove tmp debug

This commit is contained in:
Alexandre Aubin 2024-05-13 14:40:24 +02:00 committed by GitHub
parent 6a3f4d74db
commit de785b4f6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,6 @@ 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