Skip to content

Commit 444bf05

Browse files
author
John Doe
committed
Merge branch 'main' into chore/refactor-targets
2 parents 3541c80 + bce59c0 commit 444bf05

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

nx.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,17 @@
6969
"dependsOn": ["build"],
7070
"executor": "@nx/js:release-publish",
7171
"options": {
72-
"packageRoot": "dist/{projectRoot}",
72+
"packageRoot": "{projectRoot}/dist",
7373
"registry": "https://registry.npmjs.org/"
7474
}
7575
}
7676
},
7777
"namedInputs": {
78-
"default": ["{projectRoot}/**/*", "sharedGlobals"],
78+
"default": [
79+
"{projectRoot}/**/*",
80+
"sharedGlobals",
81+
"!{projectRoot}/dist/**/*"
82+
],
7983
"production": [
8084
"default",
8185
"!{projectRoot}/eslint.config.?(c)js",

0 commit comments

Comments
 (0)