mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-22 03:34:14 +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
|
echo Installing HabitRPG
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
|
echo Installing Bower packages
|
||||||
|
sudo -u vagrant bower install -f
|
||||||
|
|
||||||
echo Seeding Mongodb...
|
echo Seeding Mongodb...
|
||||||
node ./src/seed.js
|
node ./src/seed.js
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue