Skip to content

Commit

Permalink
chore: Update nx to see the deploy-lts package/product
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenjohnson committed Jan 6, 2025
1 parent 475d837 commit adaaea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"projects": [ "build/*" ]
},
"deploy": {
"projects": [ "deploy" ]
"projects": [ "deploy", "deploy-lts" ]
}
},
"projectsRelationship": "independent",
Expand Down
1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ packages:
- "build/*"
- "test/**"
- "deploy/**"
- "deploy-lts/**"

0 comments on commit adaaea4

Please sign in to comment.