File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 113
113
"version" : {
114
114
"executor" : " nx:run-commands" ,
115
115
"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"
117
117
}
118
118
},
119
119
"release" : {
120
120
"executor" : " nx:run-commands" ,
121
121
"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"
123
123
}
124
124
}
125
125
}
You can’t perform that action at this time.
0 commit comments