提交 e8eada46 编写于 作者: E Eileen M. Uchitelle 提交者: GitHub

Merge pull request #29851 from printercu/patch-1

Make `rails yarn:install` ignore dev dependencies
namespace :yarn do
desc "Install all JavaScript dependencies as specified via Yarn"
task :install do
system("./bin/yarn install --no-progress")
system("./bin/yarn install --no-progress --production")
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册