diff --git a/package.json b/package.json index eda2a24ab..9459e34d3 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "minimist": "1.2.0", "pelias-address-deduplicator": "1.1.0", "pelias-config": "2.10.0", - "pelias-dbclient": "2.0.0", + "pelias-dbclient": "2.1.1", "pelias-logger": "0.2.0", "pelias-model": "5.0.0", "pelias-wof-admin-lookup": "3.10.0", @@ -43,9 +43,9 @@ "download": "node utils/download_data.js", "import": "npm start", "parallel": "./bin/parallel", - "test": "npm run units", + "test": "NODE_ENV=test npm run units", "units": "node test/test.js | tap-spec", - "functional": "node test/functional.js | tap-spec", + "functional": "NODE_ENV=test node test/functional.js | tap-spec", "lint": "jshint .", "validate": "npm ls", "travis": "npm run check-dependencies && npm run test && npm run functional",