From f37a1fd769fa623d313709d788d26e9239d3fedf Mon Sep 17 00:00:00 2001 From: Daniel Dyla Date: Thu, 31 Oct 2019 10:00:58 -0400 Subject: [PATCH] chore: remove examples from lerna packages Examples fail to run if they are installed with the regular boostrap process. Removing them from packages allows the user to `npm install` them regularly. --- lerna.json | 1 - 1 file changed, 1 deletion(-) diff --git a/lerna.json b/lerna.json index 6c0c6b703d..efa2ffcd65 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,6 @@ "npmClient": "yarn", "packages": [ "packages/*", - "examples/*", "benchmark/*" ], "version": "0.1.1",