Skip to content

Commit

Permalink
Switch to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
jarednorman committed Nov 2, 2016
1 parent 080dc7d commit 5f56f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Dir.chdir APP_ROOT do
system "bundle check || bundle install"

puts "\n== Installing JavaScript dependencies =="
system "npm install"
system "yarn install"

puts "\n== Preparing database =="
system "bin/rake db:reset"
Expand Down

0 comments on commit 5f56f2f

Please sign in to comment.