Skip to content

Commit

Permalink
fix: reverting lerna-overwrote changes again + removing husky
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Jul 17, 2024
1 parent 354067e commit b3b9d6a
Show file tree
Hide file tree
Showing 8 changed files with 9,170 additions and 8,156 deletions.
1 change: 0 additions & 1 deletion .husky/commit-msg

This file was deleted.

8 changes: 2 additions & 6 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"command": {
"publish": {
"conventionalCommits": true,
"ignoreChanges": ["*.md"],
"message": "chore(release): publish"
},
"version": {
"conventionalCommits": true,
"ignoreChanges": ["*.md"],
"message": "chore(release): publish"
}
},
"packages": ["packages/*"],
"version": "independent",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
"version": "independent"
}
Loading

0 comments on commit b3b9d6a

Please sign in to comment.