Skip to content

Commit

Permalink
Be a bit more explicit rather than relying on the default task
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Jan 17, 2017
1 parent b1c08d8 commit ab91a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/tasks/yarn.rake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace :yarn do
desc "Install all JavaScript dependencies as specified via Yarn"
task :install do
system('./bin/yarn')
system('./bin/yarn install')
end
end

Expand Down

0 comments on commit ab91a2b

Please sign in to comment.