Skip to content

Commit

Permalink
chore(meta): remove deprecated nx tasksRunnerOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
tsa96 committed Nov 19, 2024
1 parent 27acb99 commit f90effc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"npmScope": "momentum",
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "lint", "test", "e2e"]
}
}
},
"targetDefaults": {
"build": {
"dependsOn": ["^build"],
Expand Down

0 comments on commit f90effc

Please sign in to comment.