Skip to content

Commit

Permalink
chore: configure @nx/js plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
getlarge committed Sep 14, 2024
1 parent d714b48 commit a598792
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@
}
}
],
"pluginsConfig": {
"@nx/js": {
"analyzeSourceFiles": true,
"projectsAffectedByDependencyUpdates": "auto"
}
},
"release": {
"version": {
"preVersionCommand": "npx nx run-many -t build"
Expand Down

0 comments on commit a598792

Please sign in to comment.