From 92c4768b1fcab56110fc0730cb73e1cf9c068ace Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 23 Apr 2018 16:25:49 +0200 Subject: [PATCH] add lerna script --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 72c477f85c..4748012088 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,8 @@ { "devDependencies": { "lerna": "^2.10.2" - } + }, + "scripts": { + "bootstrap": "lerna bootstrap" + } }