Skip to content

Commit 73adaaf

Browse files
committed
build: fix nx release packageRoot after build outputs moved
1 parent 0aee085 commit 73adaaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dependsOn": ["build"],
4646
"executor": "@nx/js:release-publish",
4747
"options": {
48-
"packageRoot": "dist/{projectRoot}",
48+
"packageRoot": "{projectRoot}/dist",
4949
"registry": "https://registry.npmjs.org/"
5050
}
5151
}

0 commit comments

Comments
 (0)