use the default task of gulp

This commit is contained in:
Kay0u 2020-06-04 00:08:22 +02:00
parent d24bf59dba
commit 398f0931aa
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -295,8 +295,6 @@ function use_git()
cd /ynh-dev/yunohost-admin/src
npm install --no-bin-links
su ynhdev -c "gulp build --dev"
create_sym_link "/ynh-dev/yunohost-admin/src" "/usr/share/yunohost/admin"
success "Now using Git repository for yunohost-admin"
@ -308,7 +306,7 @@ function use_git()
warn "don't need to re-run npm yourself everytime you change "
warn "something ! "
warn "-------------------------------------------------------- "
su ynhdev -c "gulp watch --dev"
su ynhdev -c "gulp --dev"
;;
esac