|
@@ -12,8 +12,9 @@
|
|
"dev-all": "concurrently \"pnpm dev\" \"pnpm dev-www\"",
|
|
"dev-all": "concurrently \"pnpm dev\" \"pnpm dev-www\"",
|
|
"lint": "eslint . && tsc --noEmit",
|
|
"lint": "eslint . && tsc --noEmit",
|
|
"format": "eslint --fix .",
|
|
"format": "eslint --fix .",
|
|
|
|
+ "gen-token": "node --import tsx src/tools/gen-token.ts",
|
|
"run-unit-tests": "jest --testLocationInResults --verbose",
|
|
"run-unit-tests": "jest --testLocationInResults --verbose",
|
|
- "run-latency-test": "tsx src/dev/latency-test.ts",
|
|
|
|
|
|
+ "run-latency-test": "node --import tsx src/tools/latency-test.ts",
|
|
"test": "start-server-and-test start http://127.0.0.1:8074/v2/health run-unit-tests",
|
|
"test": "start-server-and-test start http://127.0.0.1:8074/v2/health run-unit-tests",
|
|
"latency-test": "start-server-and-test start http://127.0.0.1:8074/v2/health run-latency-test"
|
|
"latency-test": "start-server-and-test start http://127.0.0.1:8074/v2/health run-latency-test"
|
|
},
|
|
},
|