Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Jul 11, 2024
1 parent 69873a5 commit dfcf2f8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 39 deletions.
7 changes: 0 additions & 7 deletions libs/cdk/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@
},
"outputs": ["{projectRoot}/dist/cdk"]
},
"test": {
"executor": "nx:run-commands",
"options": {
"command": "npx jest --config libs/cdk/jest.config.js"
},
"outputs": ["{workspaceRoot}/coverage/cdk"]
},
"publish": {
"executor": "nx:run-commands",
"options": {
Expand Down
7 changes: 0 additions & 7 deletions libs/ngxs/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@
}
]
},
"test": {
"executor": "nx:run-commands",
"options": {
"command": "npx jest --config libs/ngxs/jest.config.js"
},
"outputs": ["{workspaceRoot}/coverage/ngxs"]
},
"publish": {
"executor": "nx:run-commands",
"options": {
Expand Down
25 changes: 0 additions & 25 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
{
"parallel": 1,
"implicitDependencies": {
"project.json": "*",
"package.json": {
"dependencies": "*",
"devDependencies": "*"
},
".eslintrc.js": "*",
"nx.json": "*",
"jest.*.js": "*",
"karma.*.js": "*",
"workspace.json": "*",
"tsconfig.*.json": "*",
"tsconfig.json": "*"
},
"namedInputs": {
"sharedGlobals": [
"{workspaceRoot}/nx.json",
Expand All @@ -31,16 +16,6 @@
"build": {
"inputs": ["default", "^default"],
"cache": true
},
"test": {
"inputs": [
"default",
"production",
"^production",
"{workspaceRoot}/setup-jest.ts",
"{workspaceRoot}/jest.config.ts"
],
"cache": true
}
},
"workspaceLayout": {
Expand Down

0 comments on commit dfcf2f8

Please sign in to comment.