mirror of
https://github.com/msojocs/wx-compiler.git
synced 2025-07-19 00:00:04 +08:00
perf: 带入环境
This commit is contained in:
parent
57ae4ddec5
commit
2a47332802
@ -49,6 +49,7 @@ const wcc = (args: string[], projectPath: string): Promise<string> => {
|
|||||||
args,
|
args,
|
||||||
{
|
{
|
||||||
cwd: projectPath,
|
cwd: projectPath,
|
||||||
|
env: process.env,
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
const spwanData: any[] = [],
|
const spwanData: any[] = [],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user