Merge pull request #928 from chaotixkilla/chore-add-mock-scoring-flag

Add mockScoring flag to node script
This commit is contained in:
Rafael Taranto 2021-11-16 09:37:28 +00:00 committed by GitHub
commit 9771bcb021

View file

@ -110,7 +110,7 @@
"test": "mocha --recursive tests",
"jtest": "jest --detectOpenHandles",
"build-admin": "npm run build-admin:css && npm run build-admin:main && npm run build-admin:lamassu",
"server": "nodemon bin/lamassu-server --mockSms",
"server": "nodemon bin/lamassu-server --mockSms --mockScoring",
"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\"",