Skip to content

Commit 3837c6f

Browse files
committed
fix: location of the dist files
1 parent 635c56b commit 3837c6f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

nx.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,11 @@
121121
},
122122
"e2e-ci--**/*": {
123123
"dependsOn": ["^^build", "^build:production"]
124+
},
125+
"nx-release-publish": {
126+
"options": {
127+
"packageRoot": "dist/{projectRoot}"
128+
}
124129
}
125130
},
126131
"workspaceLayout": {

0 commit comments

Comments
 (0)