Files
vscode/build/npm/gyp/package.json
Robo 5e8f6f2bb4 chore: use node-gyp from build dir for the project (#250981)
* chore: bump node-gyp on windows to 11.2.0

improves reliability of builds on windows

includes https://github.com/nodejs/node-gyp/pull/3113 and https://github.com/nodejs/node-gyp/pull/3112

* use preinstalled node-gyp

* use bundled node-gyp for subdirs too

* chore: revert changes to package-lock.json

* chore: rebuild package-lock.json

* ci: rebuild cache

---------

Co-authored-by: Aman Karmani <aman@tmm1.net>
2025-06-09 17:53:41 +09:00

11 lines
167 B
JSON

{
"name": "code-oss-dev-build",
"version": "1.0.0",
"private": true,
"license": "MIT",
"devDependencies": {
"node-gyp": "^11.2.0"
},
"scripts": {}
}