We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1904225 commit f877c89Copy full SHA for f877c89
nx.json
@@ -6,7 +6,10 @@
6
"projects": ["packages/*"],
7
"version": {
8
"preVersionCommand": "pnpm exec nx run-many -t build",
9
- "conventionalCommits": true
+ "conventionalCommits": true,
10
+ "generatorOptions": {
11
+ "preserveLocalDependencyProtocols": true
12
+ }
13
},
14
"changelog": {
15
"workspaceChangelog": {
0 commit comments