Skip to content

Commit

Permalink
fix(mutates): skip lock file update
Browse files Browse the repository at this point in the history
  • Loading branch information
IKatsuba committed Jun 10, 2024
1 parent 66b3b10 commit e179038
Show file tree
Hide file tree
Showing 6 changed files with 530 additions and 65 deletions.
5 changes: 4 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
"release": {
"version": {
"preVersionCommand": "npx nx run-many -t build",
"conventionalCommits": true
"conventionalCommits": true,
"generatorOptions": {
"skipLockFileUpdate": true
}
},
"git": {
"commitMessage": "chore(mutates): publish {version} [skip ci]"
Expand Down
Loading

0 comments on commit e179038

Please sign in to comment.