skip git enabled for lerna

pull/5370/head
aniket-engg 4 years ago
parent b8e9b2de41
commit 6760717f74
  1. 1
      lerna.json

@ -3,6 +3,7 @@
"version": "independent", "version": "independent",
"command": { "command": {
"publish": { "publish": {
"skipGit": true,
"ignoreChanges": ["ignored-file", "*.md"], "ignoreChanges": ["ignored-file", "*.md"],
"message": "remix-libs(release): publish version" "message": "remix-libs(release): publish version"
} }

Loading…
Cancel
Save