提交 3822d586 编写于 作者: J Joao Moreno

fix postinstall

上级 a3046eef
......@@ -7,8 +7,6 @@ const cp = require('child_process');
const path = require('path');
const yarn = process.platform === 'win32' ? 'yarn.cmd' : 'yarn';
process.exit(0);
function yarnInstall(location, opts) {
opts = opts || {};
opts.cwd = location;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册