File tree Expand file tree Collapse file tree 3 files changed +0
-39
lines changed
Expand file tree Collapse file tree 3 files changed +0
-39
lines changed Original file line number Diff line number Diff line change 1212 },
1313 "outputs" : [" {projectRoot}/dist/cdk" ]
1414 },
15- "test" : {
16- "executor" : " nx:run-commands" ,
17- "options" : {
18- "command" : " npx jest --config libs/cdk/jest.config.js"
19- },
20- "outputs" : [" {workspaceRoot}/coverage/cdk" ]
21- },
2215 "publish" : {
2316 "executor" : " nx:run-commands" ,
2417 "options" : {
Original file line number Diff line number Diff line change 1818 }
1919 ]
2020 },
21- "test" : {
22- "executor" : " nx:run-commands" ,
23- "options" : {
24- "command" : " npx jest --config libs/ngxs/jest.config.js"
25- },
26- "outputs" : [" {workspaceRoot}/coverage/ngxs" ]
27- },
2821 "publish" : {
2922 "executor" : " nx:run-commands" ,
3023 "options" : {
Original file line number Diff line number Diff line change 11{
2- "parallel" : 1 ,
3- "implicitDependencies" : {
4- "project.json" : " *" ,
5- "package.json" : {
6- "dependencies" : " *" ,
7- "devDependencies" : " *"
8- },
9- ".eslintrc.js" : " *" ,
10- "nx.json" : " *" ,
11- "jest.*.js" : " *" ,
12- "karma.*.js" : " *" ,
13- "workspace.json" : " *" ,
14- "tsconfig.*.json" : " *" ,
15- "tsconfig.json" : " *"
16- },
172 "namedInputs" : {
183 "sharedGlobals" : [
194 " {workspaceRoot}/nx.json" ,
3116 "build" : {
3217 "inputs" : [" default" , " ^default" ],
3318 "cache" : true
34- },
35- "test" : {
36- "inputs" : [
37- " default" ,
38- " production" ,
39- " ^production" ,
40- " {workspaceRoot}/setup-jest.ts" ,
41- " {workspaceRoot}/jest.config.ts"
42- ],
43- "cache" : true
4419 }
4520 },
4621 "workspaceLayout" : {
You can’t perform that action at this time.
0 commit comments