فهرست منبع

Add `grunt install` command to install-services

Shane Kilkelly 9 سال پیش
والد
کامیت
587d3d3e14
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      bin/install-services

+ 1 - 0
bin/install-services

@@ -20,5 +20,6 @@ grep 'name:' config/services.js | \
 		type -t nvm && nvm use
 		echo '  installing Dependencies'
 		npm install
+		grunt install
 		popd
 	done