From 29a79cb5df86c402b3b0b06246ca4b75f00492c0 Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Wed, 8 Jul 2020 10:58:20 +0200 Subject: [PATCH] lerna: force local symlinks --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22b0faf1..5e93ba1b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "main": "index.js", "scripts": { - "bootstrap": "lerna bootstrap --hoist --strict", + "bootstrap": "lerna bootstrap --hoist --force-local --strict", "clean": "lerna clean -y", "test": "lerna run test" }, -- GitLab