File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
libs/json-api/json-api-nestjs-typeorm Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 3030 "options" : {
3131 "outputPath" : " dist/{projectRoot}" ,
3232 "commands" : [
33- {
34- "command" : " node tools/scripts/prepare-package-json.mjs json-api-nestjs-typeorm"
35- },
33+
3634 {
3735 "command" : " mkdir -p node_modules/@klerick && rm -rf node_modules/@klerick/json-api-nestjs-typeorm" ,
3836 "forwardAllArgs" : false
5149 "packageRoot" : " dist/{projectRoot}"
5250 }
5351 },
52+ "test" : {
53+ "executor" : " @nx/jest:jest" ,
54+ "outputs" : [" {workspaceRoot}/coverage/{projectRoot}" ],
55+ "options" : {
56+ "jestConfig" : " {projectRoot}/jest.config.ts" ,
57+ "codeCoverage" : true ,
58+ "coverageReporters" : [" json-summary" ]
59+ }
60+ },
5461 "upload-badge" : {
5562 "executor" : " nx:run-commands" ,
5663 "dependsOn" : [
You can’t perform that action at this time.
0 commit comments