Skip to content

Commit f877c89

Browse files
committed
build: use local workspace version always, no need to bump the reference
1 parent 1904225 commit f877c89

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nx.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"projects": ["packages/*"],
77
"version": {
88
"preVersionCommand": "pnpm exec nx run-many -t build",
9-
"conventionalCommits": true
9+
"conventionalCommits": true,
10+
"generatorOptions": {
11+
"preserveLocalDependencyProtocols": true
12+
}
1013
},
1114
"changelog": {
1215
"workspaceChangelog": {

0 commit comments

Comments
 (0)