mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-15 16:32:16 +00:00
Merge pull request #3511 from thepeopleseason/vagrant_update_140520
fix(vagrant): explicitly call bower install
This commit is contained in:
commit
4c6fea4fd5
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue