X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=Makefile;h=3f4457c9a7e7e1eb6e18fce8adc7f5c04d9f8e2f;hb=4d843d2bde236ec23810d0904dfb8aebbc53a37b;hp=18638c60a1771f1963e596024a8a59fe676fc132;hpb=d96e5b59d352f1c9eaf73a13d5c4bc25c6a4ebc4;p=src%2Fxds%2Fxds-agent.git diff --git a/Makefile b/Makefile index 18638c6..3f4457c 100644 --- a/Makefile +++ b/Makefile @@ -100,10 +100,10 @@ distclean: clean cd $(ROOT_SRCDIR) && rm -rf $(LOCAL_BINDIR) ./tools ./glide.lock ./vendor ./*.zip ./webapp/node_modules ./webapp/dist webapp: webapp/install - (cd webapp && gulp build) + (cd webapp && npm run build) webapp/debug: - (cd webapp && gulp watch &) + (cd webapp && npm run watch) webapp/install: (cd webapp && npm install)