|
54 | 54 | "stop-neo4j": "lerna run stop-neo4j --scope neo4j-driver",
|
55 | 55 | "start-testkit-backend": "lerna run start --scope testkit-backend --stream",
|
56 | 56 | "start-testkit-backend::deno": "lerna run start::deno --scope testkit-backend --stream",
|
| 57 | + "start-benchkit-backend": "lerna run start --scope benchkit-backend --stream", |
57 | 58 | "lerna": "lerna",
|
58 | 59 | "prepare": "husky install",
|
59 | 60 | "lint-staged": "lint-staged",
|
60 |
| - "lint": "npm run lint::core && npm run lint::bolt-connection && npm run lint::bolt-connection && npm run lint::neo4j-driver-lite && npm run lint::neo4j-driver && npm run lint::testkit-backend", |
| 61 | + "lint": "npm run lint::core && npm run lint::bolt-connection && npm run lint::bolt-connection && npm run lint::neo4j-driver-lite && npm run lint::neo4j-driver && npm run lint::testkit-backend && npm run lint::benchkit-backend", |
61 | 62 | "lint::core": "npm run ts-standard::core -- packages/core/src/ && npm run ts-standard::core -- packages/core/test/",
|
62 | 63 | "lint::bolt-connection": "npm run ts-standard::bolt-connection -- packages/bolt-connection/types/ && npm run standard -- packages/bolt-connection/src/ && npm run standard -- packages/bolt-connection/test/",
|
63 | 64 | "lint::neo4j-driver-lite": "npm run ts-standard::neo4j-driver-lite -- packages/neo4j-driver-lite/src/ && npm run ts-standard::neo4j-driver-lite -- packages/neo4j-driver-lite/test/",
|
64 | 65 | "lint::neo4j-driver": "npm run ts-standard::neo4j-driver -- packages/neo4j-driver/types/ && npm run ts-standard::neo4j-driver -- packages/neo4j-driver/test/types/ && npm run standard -- packages/neo4j-driver/src/ && npm run standard -- packages/neo4j-driver/test/**/*.js",
|
65 | 66 | "lint::testkit-backend": "npm run standard -- packages/testkit-backend/src/**/*.js",
|
| 67 | + "lint::benchkit-backend": "npm run standard -- packages/benchkit-backend/src/**/*.js", |
66 | 68 | "ts-standard": "npm run ts-standard::core && npm run ts-standard::bolt-connection && npm run ts-standard::neo4j-driver-lite && npm run ts-standard::neo4j-driver",
|
67 | 69 | "ts-standard::core": "ts-standard --fix --project ./packages/core/tsconfig.json",
|
68 | 70 | "ts-standard::bolt-connection": "ts-standard --fix --project ./packages/bolt-connection/tsconfig.json",
|
|
0 commit comments