Skip to content

Commit 73c624b

Browse files
committed
Fix hardhat build
1 parent edbef25 commit 73c624b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.yarnrc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
compressionLevel: mixed
2+
3+
enableGlobalCache: false
4+
15
nodeLinker: node-modules

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "@balancer-labs/v3-custom-pool",
3-
"private": true,
43
"description": "Balancer V3 Custom Pool",
54
"license": "GPL-3.0-only",
65
"homepage": "https://github.com/balancer-labs/custom-pool-v3#readme",
@@ -18,7 +17,7 @@
1817
"Elshan Dzhafarov <[email protected]>"
1918
],
2019
"scripts": {
21-
"build": "rm -rf node_modules/@balancer-labs && cd lib/balancer-v3-monorepo && yarn && yarn workspaces foreach --parallel --jobs unlimited --verbose run build && cd ../.. && cp -r lib/balancer-v3-monorepo/node_modules/@balancer-labs node_modules/@balancer-labs && yarn compile && rm -rf artifacts/build-info",
20+
"build": "yarn workspaces foreach --parallel --jobs unlimited --verbose run build && yarn compile && rm -rf artifacts/build-info",
2221
"compile": "hardhat compile",
2322
"compile:watch": "nodemon --ext sol --exec yarn compile",
2423
"lint": "yarn lint:solidity && yarn lint:typescript",

0 commit comments

Comments
 (0)