Skip to content

Commit a80837d

Browse files
committedSep 17, 2023
Update: fix build
1 parent 0ef331e commit a80837d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎workspace/project.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,13 @@
113113
"version": {
114114
"executor": "nx:run-commands",
115115
"options": {
116-
"command": "npx lerna version --force-publish --yes --create-release github --ignore-changes 'packages/documentation/**' --ignore-changes 'packages/react-formz-storybook/**' --ignore-changes 'packages/react-formz-storybook-native/**' --ignore-changes 'packages/react-formz-validators/**'"
116+
"command": "npx lerna version --force-publish --yes --create-release github"
117117
}
118118
},
119119
"release": {
120120
"executor": "nx:run-commands",
121121
"options": {
122-
"command": "npx lerna publish from-git --yes --ignore-changes 'packages/documentation/**' --ignore-changes 'packages/react-formz-storybook/**' --ignore-changes 'packages/react-formz-storybook-native/**' --ignore-changes 'packages/react-formz-validators/**'"
122+
"command": "npx lerna publish from-git --yes"
123123
}
124124
}
125125
}

0 commit comments

Comments
 (0)