mirror of
https://gitee.com/openharmony/developtools_ace_js2bundle
synced 2024-11-26 17:10:58 +00:00
Remove post npm install of ts2abc
Issue:https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/I7HLB5 Signed-off-by: ctw-ian <chentingwei2@huawei.com> Change-Id: I8b83ac655887ff1e679fc1819b0fac72f153e9d3
This commit is contained in:
parent
791eccfebd
commit
9751a91eb3
@ -43,13 +43,6 @@ if (isWin) {
|
||||
cwd = path.join(arkDir, "build");
|
||||
}
|
||||
|
||||
exec("npm install", { cwd: cwd }, function (err, stdout, stderr) {
|
||||
console.log("[31m", stdout, "[39m");
|
||||
if (err != null) {
|
||||
throw Error(`npm install filed: ${err}`).message;
|
||||
}
|
||||
});
|
||||
|
||||
cwd = path.join(cwd, "legacy_api8");
|
||||
|
||||
exec("npm install", { cwd: cwd }, function (err, stdout, stderr) {
|
||||
|
Loading…
Reference in New Issue
Block a user