fix(vagrant): explicitly call bower install

This commit is contained in:
James Hsiao 2014-05-20 23:03:09 -04:00
parent c879f46c07
commit bbd14bd47c

View file

@ -53,6 +53,9 @@ npm install -g grunt-cli bower
echo Installing HabitRPG
npm install
echo Installing Bower packages
sudo -u vagrant bower install -f
echo Seeding Mongodb...
node ./src/seed.js