Skip to content

Commit

Permalink
chore(angular-19-migration): removed nx-cache for npw
Browse files Browse the repository at this point in the history
  • Loading branch information
lexasq committed Dec 9, 2024
1 parent 828ed5b commit 636b39f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
},
"@nx/jest:jest": {
"inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"],
"cache": true,
"options": {
"passWithNoTests": true
},
Expand All @@ -79,7 +78,6 @@
},
"@nx/eslint:lint": {
"inputs": ["default", "{workspaceRoot}/.eslintrc.json"],
"cache": true
}
},
"useInferencePlugins": false,
Expand Down

0 comments on commit 636b39f

Please sign in to comment.