From ffb09b0279fa2325d48711340e67115adc7c2b2e Mon Sep 17 00:00:00 2001 From: Alexey Vykhrystyuk Date: Fri, 19 Apr 2019 00:35:12 +0300 Subject: [PATCH] chore: fix the build delegating prepare script Add prepare lifecycle script to root as a workaround for https://github.com/yarnpkg/yarn/issues/3911 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index aee01eb..afeecec 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ "clean": "lerna clean --yes && rimraf node_modules", "build": "lerna run build", "code-check": "lerna run code-check", - "start": "lerna run start" + "start": "lerna run start", + "prepare": "lerna run prepare" }, "repository": "https://github.com/AVykhrystyuk/magpie", "author": "Alexey Vykhrystyuk ",