mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
drop: hack to accept TypeScript 5.2.2 when @angular/devkit wants <5.2.0
This commit is contained in:
@ -11,7 +11,7 @@ const tgzName = `nativescript-webpack-${packageJSON.version}.tgz`;
|
|||||||
|
|
||||||
cd(webpack5Path);
|
cd(webpack5Path);
|
||||||
|
|
||||||
await $`npm install`;
|
await $`npm install --force`;
|
||||||
await $`npm pack`;
|
await $`npm pack`;
|
||||||
|
|
||||||
const from = path.join(webpack5Path, tgzName);
|
const from = path.join(webpack5Path, tgzName);
|
||||||
|
Reference in New Issue
Block a user