We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f89e34 commit 355301dCopy full SHA for 355301d
lerna.json
@@ -2,13 +2,12 @@
2
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3
"command": {
4
"publish": {
5
- "continueIfNoMatch": true,
6
"registry": "https://registry.npmjs.org/",
7
"conventionalCommits": true,
8
"npmClient": "npm"
9
},
10
"version": {
11
- "forcePublish": true,
+ "ignoreChanges": ["**"],
12
"conventionalGraduate": true,
13
"allowBranch": "master",
14
"message": "publish new version",
0 commit comments