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:
ctw-ian 2023-07-01 14:28:00 +08:00
parent 791eccfebd
commit 9751a91eb3

View File

@ -43,13 +43,6 @@ if (isWin) {
cwd = path.join(arkDir, "build");
}
exec("npm install", { cwd: cwd }, function (err, stdout, stderr) {
console.log("", stdout, "");
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) {