mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 01:43:14 +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);
|
||||
|
||||
await $`npm install`;
|
||||
await $`npm install --force`;
|
||||
await $`npm pack`;
|
||||
|
||||
const from = path.join(webpack5Path, tgzName);
|
||||
|
Reference in New Issue
Block a user