Merge remote-tracking branch 'origin/master' into locations

This commit is contained in:
Grzegorz Leoniec 2018-12-29 16:17:46 +01:00
commit 2eded10bff
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377
2 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@ NEO4J_USER=neo4j
NEO4J_PASSWORD=letmein
GRAPHQL_PORT=4000
GRAPHQL_URI=http://localhost:4000
CLIENT_URI=http://localhost:3000
MOCK=false
JWT_SECRET=b/&&7b78BF&fv/Vd

View File

@ -17,8 +17,8 @@
"test:coverage": "nyc report --reporter=text-lcov > coverage.lcov",
"db:script:seed": "wait-on tcp:4001 && babel-node src/seed/seed-db.js",
"db:script:reset": "wait-on tcp:4001 && babel-node src/seed/reset-db.js",
"db:seed": "$npm_package_config_no_auth run-p --race start db:script:seed",
"db:reset": "$npm_package_config_no_auth run-p --race start db:script:reset"
"db:seed": "$npm_package_config_no_auth run-p --race dev db:script:seed",
"db:reset": "$npm_package_config_no_auth run-p --race dev db:script:reset"
},
"author": "Human Connection gGmbH",
"license": "MIT",