提交 0beb22d6 编写于 作者: G George Claghorn 提交者: GitHub

Merge pull request #30978 from y-yagi/change_vendor_path_to_app_root

Change `VENDOR_PATH` to `APP_ROOT` in `bin/yarn`
VENDOR_PATH = File.expand_path('..', __dir__)
Dir.chdir(VENDOR_PATH) do
APP_ROOT = File.expand_path('..', __dir__)
Dir.chdir(APP_ROOT) do
begin
exec "yarnpkg #{ARGV.join(' ')}"
rescue Errno::ENOENT
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册