* add npm command

This commit is contained in:
Seth Call 2015-06-08 19:58:22 -05:00
parent 5b25c5b3aa
commit b2d12eec41
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ echo "updating dependencies"
bundle install --path vendor/bundle
#bundle update
# make sure we have node dependencies (needed for react)
npm install
set +e
# clean assets, because they may be lingering from last build
bundle exec rake assets:clean