未验证 提交 8a3f44e9 编写于 作者: J João Moreno 提交者: GitHub

Merge pull request #67017 from segevfiner/npm-post-install-print

Print a message before installing dependencies in npm post install
......@@ -17,6 +17,7 @@ function yarnInstall(location, opts) {
opts.cwd = location;
opts.stdio = 'inherit';
console.log('Installing dependencies in \'%s\'.', location);
const result = cp.spawnSync(yarn, ['install'], opts);
if (result.error || result.status !== 0) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册