Browse Source

chore: Update lerna config

Michael Bromley 6 years ago
parent
commit
17b39fa358
1 changed files with 6 additions and 1 deletions
  1. 6 1
      lerna.json

+ 6 - 1
lerna.json

@@ -4,5 +4,10 @@
   ],
   ],
   "version": "0.1.2-beta.9",
   "version": "0.1.2-beta.9",
   "npmClient": "yarn",
   "npmClient": "yarn",
-  "useWorkspaces": true
+  "useWorkspaces": true,
+  "command": {
+    "version": {
+      "push": false
+    }
+  }
 }
 }