File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ before_script:
40
40
- psql -c 'create database parse_server_postgres_adapter_test_database;' -U postgres
41
41
- psql -c 'CREATE EXTENSION postgis;' -U postgres -d parse_server_postgres_adapter_test_database
42
42
- psql -c 'CREATE EXTENSION postgis_topology;' -U postgres -d parse_server_postgres_adapter_test_database
43
- - silent=1 mongodb-runner --start
44
43
- greenkeeper-lockfile-update
45
44
script :
46
45
- npm run lint
Original file line number Diff line number Diff line change 95
95
"lint" : " flow && eslint --cache ./" ,
96
96
"build" : " babel src/ -d lib/ --copy-files" ,
97
97
"watch" : " babel --watch src/ -d lib/ --copy-files" ,
98
+ "pretest" : " mongodb-runner start" ,
98
99
"test" : " cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.0.4} MONGODB_STORAGE_ENGINE=mmapv1 TESTING=1 jasmine" ,
100
+ "posttest" : " mongodb-runner stop" ,
99
101
"coverage" : " cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.0.4} MONGODB_STORAGE_ENGINE=mmapv1 TESTING=1 nyc jasmine" ,
100
102
"start" : " node ./bin/parse-server" ,
101
103
"prepare" : " npm run build" ,
You can’t perform that action at this time.
0 commit comments