From 8b9203121a818ff619d90f4e0f4dec8e4a4481be Mon Sep 17 00:00:00 2001 From: Ben Kucera <14625260+Bkucera@users.noreply.github.com> Date: Wed, 28 Nov 2018 17:39:25 -0500 Subject: [PATCH] cleanup --- cli/lib/exec/spawn.js | 2 +- cli/package.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/cli/lib/exec/spawn.js b/cli/lib/exec/spawn.js index 28f52a98b6a4..1a73214329e7 100644 --- a/cli/lib/exec/spawn.js +++ b/cli/lib/exec/spawn.js @@ -68,7 +68,7 @@ module.exports = { } const overrides = util.getEnvOverrides() - const node11WindowsFix = util.getNode11WindowsFix() // the value has to be falsy, '0' as a string not good enoughs + const node11WindowsFix = util.getNode11WindowsFix() debug('spawning Cypress with executable: %s', executable) debug('spawn forcing env overrides %o', overrides) diff --git a/cli/package.json b/cli/package.json index fa8dad4e3807..dbbf19b578dd 100644 --- a/cli/package.json +++ b/cli/package.json @@ -21,7 +21,7 @@ "test-dependencies": "npm run check-deps && dependency-check . --no-dev", "test-debug": "node --inspect --debug-brk $(bin-up _mocha)", "test-cov": "nyc npm run unit", - "unit": "cross-env BLUEBIRD_DEBUG=1 NODE_ENV=test bin-up mocha --reporter mocha-multi-reporters --reporter-options configFile=../mocha-reporter-config.json", + "unit": "BLUEBIRD_DEBUG=1 NODE_ENV=test bin-up mocha --reporter mocha-multi-reporters --reporter-options configFile=../mocha-reporter-config.json", "lint": "bin-up eslint --fix *.js bin/* lib/*.js lib/**/*.js test/*.js test/**/*.js", "dtslint": "dtslint types", "prebuild": "npm run test-dependencies && node ./scripts/start-build.js", @@ -89,7 +89,6 @@ "chai": "^3.5.0", "chai-string": "1.4.0", "clear-module": "^2.1.0", - "cross-env": "5.2.0", "dependency-check": "^2.8.0", "dtslint": "0.2.0", "execa-wrap": "1.1.0",