Skip to content

Commit

Permalink
fix(repo): add native packages to the release group
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Sep 21, 2023
1 parent 91b1451 commit 7ca5021
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@
"release": {
"groups": {
"npm": {
"projects": ["packages/*", "packages-legacy/*"],
"projects": [
"packages/*",
"packages/nx/native-packages/*",
"packages-legacy/*"
],
"version": {
"generatorOptions": {
"packageRoot": "build/packages/{projectName}",
Expand Down

0 comments on commit 7ca5021

Please sign in to comment.