Skip to content

Commit

Permalink
chore(ui5-lib): update nx.json for generators (#2441)
Browse files Browse the repository at this point in the history
  • Loading branch information
cianmSAP authored Oct 7, 2024
1 parent 3ea5cec commit 5684ba8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/weak-mugs-eat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sap-ux/ui5-library-sub-generator': patch
---

build & publish update
7 changes: 6 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@
"targetDefaults": {
"build": {
"dependsOn": ["^build"],
"outputs": ["{projectRoot}/dist", "{projectRoot}/lib", "{projectRoot}/storybook"]
"outputs": [
"{projectRoot}/dist",
"{projectRoot}/generators",
"{projectRoot}/lib",
"{projectRoot}/storybook"
]
},
"test": {
"inputs": ["default", "^prod", "{workspaceRoot}/jest.base.js", "{projectRoot}/jest.config.js"],
Expand Down

0 comments on commit 5684ba8

Please sign in to comment.