未验证 提交 1765f09b 编写于 作者: G Guillermo Iguaran 提交者: GitHub

Merge pull request #32243 from maschwenk/patch-2

[Webpack] Raise an error when lockfile diff is generated
......@@ -3,7 +3,7 @@
namespace :yarn do
desc "Install all JavaScript dependencies as specified via Yarn"
task :install do
system("./bin/yarn install --no-progress --production")
system("./bin/yarn install --no-progress --freeze-lockfile --production")
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册