fix: add mock scoring flag
This commit is contained in:
parent
f1c1ddac5d
commit
69a4d52753
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@
|
||||||
"test": "mocha --recursive tests",
|
"test": "mocha --recursive tests",
|
||||||
"jtest": "jest --detectOpenHandles",
|
"jtest": "jest --detectOpenHandles",
|
||||||
"build-admin": "npm run build-admin:css && npm run build-admin:main && npm run build-admin:lamassu",
|
"build-admin": "npm run build-admin:css && npm run build-admin:main && npm run build-admin:lamassu",
|
||||||
"server": "nodemon bin/lamassu-server --mockSms --logLevel silly",
|
"server": "nodemon bin/lamassu-server --mockSms --mockScoring --logLevel silly",
|
||||||
"admin-server": "nodemon bin/lamassu-admin-server --dev --logLevel silly",
|
"admin-server": "nodemon bin/lamassu-admin-server --dev --logLevel silly",
|
||||||
"graphql-server": "nodemon bin/new-graphql-dev-insecure",
|
"graphql-server": "nodemon bin/new-graphql-dev-insecure",
|
||||||
"watch": "concurrently \"npm:server\" \"npm:admin-server\" \"npm:graphql-server\"",
|
"watch": "concurrently \"npm:server\" \"npm:admin-server\" \"npm:graphql-server\"",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue