Skip to content

Commit

Permalink
fix(repo): add native packages to the release group (#19289)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Sep 22, 2023
1 parent 91b1451 commit d8261b4
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

1 comment on commit d8261b4

@vercel
Copy link

@vercel vercel bot commented on d8261b4 Sep 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-five.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx.dev

Please sign in to comment.