mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Convert npm scripts to ts
For #277526 Converting last of the main build scripts to typescript
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user