Skip to content

Commit c2952d7

Browse files
committed
fix: exclude docs build in npm release
1 parent bb68468 commit c2952d7

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
@@ -53,7 +53,7 @@
5353
],
5454
"release": {
5555
"version": {
56-
"preVersionCommand": "pnpm dlx nx run-many -t build"
56+
"preVersionCommand": "pnpm dlx nx run-many -t build --exclude docs"
5757
},
5858
"changelog": {
5959
"workspaceChangelog": {

0 commit comments

Comments
 (0)