diff --git a/lerna.json b/lerna.json index 85cf105..a208ac0 100644 --- a/lerna.json +++ b/lerna.json @@ -29,10 +29,11 @@ }, "packages": [ "packages/*", - "bench/*" + "bench/*", + "examples/*" ], "npmClient": "npm", "npmClientArgs": [ "--no-lockfile" ] -} +} \ No newline at end of file