chore: add default config for mock machines

This commit is contained in:
Sérgio Salgado 2021-01-28 12:52:57 +00:00 committed by Josh Harvey
parent 8b53644f14
commit 5bd116c208
3 changed files with 3 additions and 10 deletions

View file

@ -116,7 +116,7 @@
"admin-server": "nodemon bin/lamassu-admin-server --dev",
"graphql-server": "nodemon bin/new-graphql-dev-insecure",
"watch": "concurrently \"npm:server\" \"npm:admin-server\" \"npm:graphql-server\"",
"stress-test": "cd ./test/stress/ && node index.js 5 -v"
"stress-test": "cd ./test/stress/ && node index.js 50 -v"
},
"nodemonConfig": {
"ignore": [