mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
wut
This commit is contained in:
@@ -132,7 +132,7 @@ async function installSpecModules () {
|
||||
npm_config_nodedir: nodeDir,
|
||||
npm_config_msvs_version: '2017'
|
||||
})
|
||||
const { status } = childProcess.spawnSync(NPM_CMD, ['install'], {
|
||||
const { status } = childProcess.spawnSync(NPM_CMD, ['ci'], {
|
||||
env,
|
||||
cwd: path.resolve(__dirname, '../spec'),
|
||||
stdio: 'inherit'
|
||||
|
||||
@@ -7,9 +7,10 @@
|
||||
"postinstall": "node ../tools/run-if-exists.js node_modules/robotjs node-gyp rebuild"
|
||||
},
|
||||
"devDependencies": {
|
||||
"abstract-socket": "github:nornagon/node-abstractsocket#v8-compat",
|
||||
"basic-auth": "^2.0.1",
|
||||
"bluebird": "^3.5.3",
|
||||
"chai": "~4.1.2",
|
||||
"chai": "^4.2.0",
|
||||
"chai-as-promised": "^7.1.1",
|
||||
"coffee-script": "1.12.7",
|
||||
"dbus-native": "^0.4.0",
|
||||
@@ -32,7 +33,6 @@
|
||||
"yargs": "^12.0.5"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"abstract-socket": "github:nornagon/node-abstractsocket#v8-compat",
|
||||
"robotjs": "github:nornagon/robotjs#node-12"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user