Skip to content

Commit

Permalink
build: update nx to version 16.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed Jul 6, 2023
1 parent 91e0023 commit 60f7fc3
Show file tree
Hide file tree
Showing 4 changed files with 309 additions and 182 deletions.
12 changes: 12 additions & 0 deletions migrations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"migrations": [
{
"cli": "nx",
"version": "16.5.0-beta.2",
"description": "Add test-setup.ts to ignored files in production input",
"implementation": "./src/migrations/update-16-5-0/add-test-setup-to-inputs-ignore",
"package": "@nx/jest",
"name": "add-test-setup-to-inputs-ignore"
}
]
}
3 changes: 2 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
"!{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)",
"!{projectRoot}/tsconfig.spec.json",
"!{projectRoot}/jest.config.[jt]s",
"!{projectRoot}/.eslintrc.json"
"!{projectRoot}/.eslintrc.json",
"!{projectRoot}/src/test-setup.[jt]s"
]
}
}
Loading

0 comments on commit 60f7fc3

Please sign in to comment.