Przeglądaj źródła

chore: Update lerna config

Michael Bromley 6 lat temu
rodzic
commit
17b39fa358
1 zmienionych plików z 6 dodań i 1 usunięć
  1. 6 1
      lerna.json

+ 6 - 1
lerna.json

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