mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-17 03:08:51 +00:00
fix(vagrant): explicitly call bower install
This commit is contained in:
parent
c879f46c07
commit
bbd14bd47c
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