Convert npm scripts to ts

For #277526

Converting last of the main build scripts to typescript
This commit is contained in:
Matt Bierner
2025-11-24 11:05:23 -08:00
parent 71946bff3b
commit 72eee73887
15 changed files with 99 additions and 103 deletions

View File

@@ -118,7 +118,7 @@ jobs:
# Run preinstall script before root dependencies are installed
# so that v8 headers are patched correctly for native modules.
node build/npm/preinstall.js
node build/npm/preinstall.ts
for i in {1..5}; do # try 5 times
npm ci && break