Skip to content

Commit edbef25

Browse files
committed
Fix hardhat build
1 parent 715f2ff commit edbef25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"Elshan Dzhafarov <[email protected]>"
1919
],
2020
"scripts": {
21-
"build": "forge install && cd lib/balancer-v3-monorepo && yarn && yarn workspaces foreach --parallel --jobs unlimited --verbose run build && cd ../.. && cp -r lib/balancer-v3-monorepo/node_modules/ node_modules/ && yarn && yarn compile && rm -rf artifacts/build-info",
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",
2222
"compile": "hardhat compile",
2323
"compile:watch": "nodemon --ext sol --exec yarn compile",
2424
"lint": "yarn lint:solidity && yarn lint:typescript",

0 commit comments

Comments
 (0)