Skip to content

Commit 8bb8e96

Browse files
committed
rename package scripts
1 parent 2e25576 commit 8bb8e96

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

package.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@
99
"build:validation": "pnpm nx build @overture-stack/lectern-validation",
1010
"build:server": "pnpm nx build @overture-stack/lectern-server",
1111
"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",
1819
"generate": "pnpm build:dictionary && pnpm -C scripts generate"
1920
},
2021
"keywords": [],

0 commit comments

Comments
 (0)