Skip to content

Commit

Permalink
fix: stop lerna from overwriting the copy.ts results (#1946)
Browse files Browse the repository at this point in the history
  • Loading branch information
barjin committed Jun 12, 2023
1 parent b09cebb commit 69bed40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"conventionalCommits": true,
"createRelease": "github",
"message": "chore(release): %s"
},
"publish": {
"assets": []
}
},
"npmClient": "yarn",
Expand Down

0 comments on commit 69bed40

Please sign in to comment.