wut
This commit is contained in:
parent
b967ae4c51
commit
6b65e3523e
2 changed files with 3 additions and 3 deletions
|
@ -132,7 +132,7 @@ async function installSpecModules () {
|
||||||
npm_config_nodedir: nodeDir,
|
npm_config_nodedir: nodeDir,
|
||||||
npm_config_msvs_version: '2017'
|
npm_config_msvs_version: '2017'
|
||||||
})
|
})
|
||||||
const { status } = childProcess.spawnSync(NPM_CMD, ['install'], {
|
const { status } = childProcess.spawnSync(NPM_CMD, ['ci'], {
|
||||||
env,
|
env,
|
||||||
cwd: path.resolve(__dirname, '../spec'),
|
cwd: path.resolve(__dirname, '../spec'),
|
||||||
stdio: 'inherit'
|
stdio: 'inherit'
|
||||||
|
|
|
@ -7,9 +7,10 @@
|
||||||
"postinstall": "node ../tools/run-if-exists.js node_modules/robotjs node-gyp rebuild"
|
"postinstall": "node ../tools/run-if-exists.js node_modules/robotjs node-gyp rebuild"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"abstract-socket": "github:nornagon/node-abstractsocket#v8-compat",
|
||||||
"basic-auth": "^2.0.1",
|
"basic-auth": "^2.0.1",
|
||||||
"bluebird": "^3.5.3",
|
"bluebird": "^3.5.3",
|
||||||
"chai": "~4.1.2",
|
"chai": "^4.2.0",
|
||||||
"chai-as-promised": "^7.1.1",
|
"chai-as-promised": "^7.1.1",
|
||||||
"coffee-script": "1.12.7",
|
"coffee-script": "1.12.7",
|
||||||
"dbus-native": "^0.4.0",
|
"dbus-native": "^0.4.0",
|
||||||
|
@ -32,7 +33,6 @@
|
||||||
"yargs": "^12.0.5"
|
"yargs": "^12.0.5"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"abstract-socket": "github:nornagon/node-abstractsocket#v8-compat",
|
|
||||||
"robotjs": "github:nornagon/robotjs#node-12"
|
"robotjs": "github:nornagon/robotjs#node-12"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue