From 8eb384123f51e77f039d6cdf0107bd8a8e3d97d4 Mon Sep 17 00:00:00 2001
From: Patrizio Bekerle <patrizio@bekerle.com>
Date: Wed, 2 Dec 2020 08:13:00 +0100
Subject: [PATCH] Add not committed --yes parameter (#36)

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 145a19f7..b4de9764 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
   ],
   "scripts": {
     "test": "lerna run test",
-    "publish": "lerna publish from-package"
+    "publish": "lerna publish from-package --yes"
   },
   "author": "",
   "license": "LGPL-2.1-or-later",
-- 
GitLab