File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 24
24
},
25
25
"scripts" : {
26
26
"start" : " node node_modules/react-native/local-cli/cli.js start" ,
27
- "test" : " jest" ,
27
+ "test" : " cross-env-shell jest" ,
28
28
"android" : " react-native run-android --variant=Debug" ,
29
- "lint" : " tslint --project ./tsconfig.json" ,
30
- "lint:fix" : " tslint --fix --project ./tsconfig.json"
29
+ "lint" : " cross-env-shell tslint --project ./tsconfig.json" ,
30
+ "lint:fix" : " cross-env-shell tslint --fix --project ./tsconfig.json"
31
31
},
32
32
"dependencies" : {
33
33
"react" : " 16.6.3" ,
53
53
"babel-jest" : " 24.0.0" ,
54
54
"babel-preset-airbnb" : " ^3.2.0" ,
55
55
"babel-preset-react-native" : " ^4.0.1" ,
56
+ "cross-env" : " ^5.2.0" ,
56
57
"eslint" : " ^5.12.1" ,
57
58
"eslint-config-airbnb" : " ^17.1.0" ,
58
59
"eslint-plugin-import" : " ^2.14.0" ,
Original file line number Diff line number Diff line change @@ -2112,6 +2112,14 @@ create-react-class@^15.6.3:
2112
2112
loose-envify "^1.3.1"
2113
2113
object-assign "^4.1.1"
2114
2114
2115
+ cross-env@^5.2.0 :
2116
+ version "5.2.0"
2117
+ resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.2.0.tgz#6ecd4c015d5773e614039ee529076669b9d126f2"
2118
+ integrity sha512-jtdNFfFW1hB7sMhr/H6rW1Z45LFqyI431m3qU6bFXcQ3Eh7LtBuG3h74o7ohHZ3crrRkkqHlo4jYHFPcjroANg==
2119
+ dependencies :
2120
+ cross-spawn "^6.0.5"
2121
+ is-windows "^1.0.0"
2122
+
2115
2123
cross-spawn@^5.0.1, cross-spawn@^5.1.0 :
2116
2124
version "5.1.0"
2117
2125
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
@@ -3528,7 +3536,7 @@ is-typedarray@~1.0.0:
3528
3536
version "1.0.0"
3529
3537
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
3530
3538
3531
- is-windows@^1.0.2 :
3539
+ is-windows@^1.0.0, is-windows@^1.0. 2 :
3532
3540
version "1.0.2"
3533
3541
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
3534
3542
You can’t perform that action at this time.
0 commit comments