From 506f8b9fe094eed4ac5c07d125474453df465547 Mon Sep 17 00:00:00 2001 From: Bouncey Date: Sun, 7 Oct 2018 09:19:20 +0100 Subject: [PATCH] fix(learna): Add seed to lerna bootstrap --- lerna.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index a995b2f954..75bd6de120 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,8 @@ "client", "curriculum", "seed", - "tools/challenge-md-parser" + "tools/challenge-md-parser", + "tools/scripts/seed" ], "version": "independent" }