Skip to content

Commit

Permalink
fix(workspace): update nx scope in generated executors (#2717)
Browse files Browse the repository at this point in the history
## Proposed change

fix(workspace): update nx scope in generated executors

<!--
Please include a summary of the changes and the related issue.
Please also include relevant motivation and context.
-->

## Related issues

<!--
Please make sure to follow the [contribution
guidelines](https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md)
-->

*- No issue associated -*

<!-- * 🐛 Fix #issue -->
<!-- * 🐛 Fix resolves #issue -->
<!-- * 🚀 Feature #issue -->
<!-- * 🚀 Feature resolves #issue -->
<!-- * :octocat: Pull Request #issue -->
  • Loading branch information
kpanot authored Jan 27, 2025
2 parents f507b87 + 721f076 commit 5bf474a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
},
"lint": {
"executor": "@nrwl/linter:eslint",
"executor": "@nx/eslint:lint",
"configurations": {
"ci": {
"quiet": true,
Expand All @@ -49,7 +49,7 @@
}
},
"test": {
"executor": "@nrwl/jest:jest",
"executor": "@nx/jest:jest",
"options": {
"jestConfig": "<%= projectRoot %>/jest.config.js",
"silent": true
Expand Down

0 comments on commit 5bf474a

Please sign in to comment.