install resume automatically

This commit is contained in:
b1ek 2023-03-19 13:01:51 +10:00
parent e96bd47bb6
commit 93829bcef4
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 7 additions and 1 deletions

View File

@ -26,4 +26,10 @@ if [[ APP_DEBUG == 'true' ]]; then
else
npm i -g --prod $PACKAGES
fi
echo "All done."
echo -e "Installing resume.js"
cd react
./install_resume.sh
cd ..
echo "All done."