Skip to content

Commit dfcf2f8

Browse files
committed
ci: update
1 parent 69873a5 commit dfcf2f8

File tree

3 files changed

+0
-39
lines changed

3 files changed

+0
-39
lines changed

libs/cdk/project.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@
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": {

libs/ngxs/project.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@
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": {

nx.json

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,4 @@
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",
@@ -31,16 +16,6 @@
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": {

0 commit comments

Comments
 (0)