Skip to content

Commit a6d3626

Browse files
committed
fix: change pre-version command to exclude collection as not published
1 parent 2b66be0 commit a6d3626

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
@@ -63,7 +63,7 @@
6363
},
6464
"release": {
6565
"version": {
66-
"preVersionCommand": "npx nx run-many -t build"
66+
"preVersionCommand": "npx nx run-many -t build --exclude=\"collection\""
6767
},
6868
"projects": [
6969
"common/util",

0 commit comments

Comments
 (0)