From 92eb804364bda6e35c496b015103c0536163135f Mon Sep 17 00:00:00 2001 From: Daniel Simon Date: Mon, 18 May 2020 13:40:26 +0700 Subject: [PATCH] Try to fix the build Buidler is very fragile when used in monorepos: https://github.com/nomiclabs/buidler/issues/468 https://github.com/nomiclabs/buidler/issues/532 https://github.com/nomiclabs/buidler/issues/570 Let's try using roderik's workaround from here again: https://github.com/nomiclabs/buidler/issues/468 Unfortunately this breaks create-react-app, so try to work around that by nohoisting the entire dev-frontend package. Now we need to keep an eye on this problem, because it seems to occur sometimes: https://github.com/yarnpkg/yarn/issues/4563 :S --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 00bbe5890..d757480cf 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,10 @@ "**/mocha", "**/@nomiclabs/*", "**/*buidler*", - "**/solidity-coverage" + "**/solidity-coverage", + "**/ts-node", + "**/typescript", + "@liquity/dev-frontend/**" ] }, "scripts": {