We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3541c80 + bce59c0 commit 444bf05Copy full SHA for 444bf05
1 file changed
nx.json
@@ -69,13 +69,17 @@
69
"dependsOn": ["build"],
70
"executor": "@nx/js:release-publish",
71
"options": {
72
- "packageRoot": "dist/{projectRoot}",
+ "packageRoot": "{projectRoot}/dist",
73
"registry": "https://registry.npmjs.org/"
74
}
75
76
},
77
"namedInputs": {
78
- "default": ["{projectRoot}/**/*", "sharedGlobals"],
+ "default": [
79
+ "{projectRoot}/**/*",
80
+ "sharedGlobals",
81
+ "!{projectRoot}/dist/**/*"
82
+ ],
83
"production": [
84
"default",
85
"!{projectRoot}/eslint.config.?(c)js",
0 commit comments