We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 715f2ff commit edbef25Copy full SHA for edbef25
package.json
@@ -18,7 +18,7 @@
18
"Elshan Dzhafarov <[email protected]>"
19
],
20
"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",
+ "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",
22
"compile": "hardhat compile",
23
"compile:watch": "nodemon --ext sol --exec yarn compile",
24
"lint": "yarn lint:solidity && yarn lint:typescript",
0 commit comments