|
9 | 9 | "build:validation": "pnpm nx build @overture-stack/lectern-validation",
|
10 | 10 | "build:server": "pnpm nx build @overture-stack/lectern-server",
|
11 | 11 | "build:client": "pnpm nx build @overture-stack/lectern-client",
|
12 |
| - "test:all": "pnpm nx run-many --all --target=test", |
13 |
| - "integration-test:all": "pnpm nx run-many --all --target=integration-test", |
14 |
| - "test:dictionary": "pnpm nx test @overture-stack/lectern-dictionary", |
15 |
| - "test:validation": "pnpm nx test @overture-stack/lectern-validation", |
16 |
| - "test:server": "pnpm nx test @overture-stack/lectern-server", |
17 |
| - "test:client": "pnpm nx test @overture-stack/lectern-client", |
| 12 | + "test:all": "pnpm nx run-many --all --target=test,integration-test", |
| 13 | + "test:unit:all": "pnpm nx run-many --all --target=test", |
| 14 | + "test:unit:dictionary": "pnpm nx test @overture-stack/lectern-dictionary", |
| 15 | + "test:unit:validation": "pnpm nx test @overture-stack/lectern-validation", |
| 16 | + "test:unit:server": "pnpm nx test @overture-stack/lectern-server", |
| 17 | + "test:unit:client": "pnpm nx test @overture-stack/lectern-client", |
| 18 | + "test:integration:server": "pnpm nx integration-test @overture-stack/lectern-server", |
18 | 19 | "generate": "pnpm build:dictionary && pnpm -C scripts generate"
|
19 | 20 | },
|
20 | 21 | "keywords": [],
|
|
0 commit comments