Skip to content

Commit

Permalink
Update: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrywithaz committed Sep 17, 2023
1 parent 0ef331e commit a80837d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workspace/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@
"version": {
"executor": "nx:run-commands",
"options": {
"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/**'"
"command": "npx lerna version --force-publish --yes --create-release github"
}
},
"release": {
"executor": "nx:run-commands",
"options": {
"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/**'"
"command": "npx lerna publish from-git --yes"
}
}
}
Expand Down

0 comments on commit a80837d

Please sign in to comment.