开发:优化导出ue api的脚本,避免过多的校验

pull/2342/MERGE
ChenX 1 year ago
parent c3872a0092
commit 9131fcfc4e

@ -24,5 +24,8 @@
}, },
"include": [ "include": [
"./src/**/*" "./src/**/*"
],
"exclude": [
"./src/Add-on/*"
] ]
} }

@ -56,7 +56,7 @@ async function main()
try try
{ {
await exec("tslint --config ./utils/tslint-clear-no-unused-imports.json --fix --project ."); await exec("tslint --config ./utils/tslint-clear-no-unused-imports.json --fix --project apitsconfig.json");
} catch (error) } catch (error)
{ {
console.log(error); console.log(error);

Loading…
Cancel
Save