File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
"debug" : " nodemon --watch 'src/**/*.ts' --ignore 'src/**/*.spec.ts' --exec node --inspect -r ts-node/register ./src/server.ts" ,
9
9
"start" : " NODE_ENV=production ts-node -T src/server.ts" ,
10
10
"test" : " nyc mocha" ,
11
- "integration- test" : " nyc mocha --config .mocharc.integration.json"
11
+ "test:integration " : " nyc mocha --config .mocharc.integration.json"
12
12
},
13
13
"repository" : {
14
14
"type" : " git" ,
Original file line number Diff line number Diff line change 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,integration- test" ,
12
+ "test:all" : " pnpm nx run-many --all --target=test,test:integration " ,
13
13
"test:unit:all" : " pnpm nx run-many --all --target=test" ,
14
14
"test:unit:dictionary" : " pnpm nx test @overture-stack/lectern-dictionary" ,
15
15
"test:unit:validation" : " pnpm nx test @overture-stack/lectern-validation" ,
16
16
"test:unit:server" : " pnpm nx test @overture-stack/lectern-server" ,
17
17
"test:unit:client" : " pnpm nx test @overture-stack/lectern-client" ,
18
- "test:integration:server" : " pnpm nx integration- test @overture-stack/lectern-server" ,
18
+ "test:integration:server" : " pnpm nx test:integration @overture-stack/lectern-server" ,
19
19
"generate" : " pnpm build:dictionary && pnpm -C scripts generate"
20
20
},
21
21
"keywords" : [],
You can’t perform that action at this time.
0 commit comments