File tree 1 file changed +3
-2
lines changed 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 32
32
"babel-preset-es2015" : " ^6.5.0" ,
33
33
"babel-register" : " ^6.5.1" ,
34
34
"codecov" : " ^1.0.1" ,
35
+ "cross-env" : " ^1.0.7" ,
35
36
"deep-diff" : " ^0.3.3" ,
36
37
"jasmine" : " ^2.3.2" ,
37
38
"mongodb-runner" : " ^3.1.15"
38
39
},
39
40
"scripts" : {
40
41
"build" : " ./node_modules/.bin/babel src/ -d lib/" ,
41
- "pretest" : " MONGODB_VERSION=${MONGODB_VERSION:=3.0.8} mongodb-runner start" ,
42
- "test" : " NODE_ENV=test TESTING=1 ./node_modules/.bin/babel-node ./node_modules/.bin/babel-istanbul cover -x **/spec/** ./node_modules/.bin/jasmine" ,
42
+ "pretest" : " cross-env MONGODB_VERSION=${MONGODB_VERSION:=3.0.8} ./node_modules/.bin/ mongodb-runner start" ,
43
+ "test" : " cross-env NODE_ENV=test TESTING=1 ./node_modules/.bin/babel-node ./node_modules/.bin/babel-istanbul cover -x **/spec/** ./node_modules/.bin/jasmine" ,
43
44
"posttest" : " mongodb-runner stop" ,
44
45
"start" : " ./bin/parse-server" ,
45
46
"prepublish" : " npm run build"
You can’t perform that action at this time.
0 commit comments