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:
Zach Bloomquist
2019-12-05 11:38:03 -05:00
committed by Gleb Bahmutov
parent 692a3c07d9
commit 13aa496476
9 changed files with 16 additions and 13 deletions
+1 -1
View File
@@ -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",