drop: hack to accept TypeScript 5.2.2 when @angular/devkit wants <5.2.0

This commit is contained in:
shirakaba
2023-11-28 00:36:35 +09:00
parent 7e0497c8b1
commit 1bde86df32

View File

@ -11,7 +11,7 @@ const tgzName = `nativescript-webpack-${packageJSON.version}.tgz`;
cd(webpack5Path);
await $`npm install`;
await $`npm install --force`;
await $`npm pack`;
const from = path.join(webpack5Path, tgzName);