Skip to content

Commit

Permalink
Try to fix the build
Browse files Browse the repository at this point in the history
Buidler is very fragile when used in monorepos:
NomicFoundation/hardhat#468
NomicFoundation/hardhat#532
NomicFoundation/hardhat#570

Let's try using roderik's workaround from here again:
NomicFoundation/hardhat#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:
yarnpkg/yarn#4563

:S
  • Loading branch information
danielattilasimon committed May 18, 2020
1 parent 0151329 commit 92eb804
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"**/mocha",
"**/@nomiclabs/*",
"**/*buidler*",
"**/solidity-coverage"
"**/solidity-coverage",
"**/ts-node",
"**/typescript",
"@liquity/dev-frontend/**"
]
},
"scripts": {
Expand Down

0 comments on commit 92eb804

Please sign in to comment.