mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-23 23:49:43 -05:00
use cross-env in npm scripts so they work on Windows (#5888)
* use cross-env in npm scripts so they work on Windows * update more cross-envs * Apply suggestions from code review Co-Authored-By: Gleb Bahmutov <gleb.bahmutov@gmail.com>
This commit is contained in:
committed by
Gleb Bahmutov
parent
692a3c07d9
commit
13aa496476
@@ -28,7 +28,7 @@
|
||||
"devDependencies": {
|
||||
"bin-up": "1.2.2",
|
||||
"chai": "3.5.0",
|
||||
"cross-env": "5.2.1",
|
||||
"cross-env": "6.0.3",
|
||||
"cypress-example-kitchensink": "1.8.1",
|
||||
"gulp": "4.0.2",
|
||||
"gulp-clean": "0.4.0",
|
||||
|
||||
Reference in New Issue
Block a user