提交 dffeb3d7 编写于 作者: Y yuuji.yaginuma

use yarn binstub in `bin/update`

Follow up to 3dac36bd
上级 4e73ffa9
......@@ -17,7 +17,7 @@ chdir APP_ROOT do
system! 'gem install bundler --conservative'
system('bundle check') || system!('bundle install')
<% if options[:yarn] %>
system! 'yarn'
system! 'bin/yarn'
<% end %>
<% unless options.skip_active_record -%>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册