Skip to content

Commit

Permalink
chore: use exact for lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
yarastqt committed Oct 2, 2019
1 parent 20fd7b0 commit 32abf6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
"command": {
"publish": {
"allowBranch": "master",
"conventionalCommits": true,
"ignoreChanges": ["*.md", "**/test/**"],
"message": "chore(release): publish"
}
},
"independent": true,
"conventionalCommits": true,
"version": "independent",
"exact": true,
"npmClientArgs": ["--no-package-lock"]
}

0 comments on commit 32abf6e

Please sign in to comment.