diff --git a/install b/install index ac89362..f914b34 100755 --- a/install +++ b/install @@ -26,4 +26,10 @@ if [[ APP_DEBUG == 'true' ]]; then else npm i -g --prod $PACKAGES fi -echo "All done." \ No newline at end of file + +echo -e "Installing resume.js" +cd react +./install_resume.sh +cd .. + +echo "All done."