Skip to content

Commit b27235d

Browse files
committed
Fix fresh-install script
1 parent fdf60c2 commit b27235d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Example of external custom pool for Balancer V3. Extend it to create new pool ty
1010

1111
# Installation
1212

13-
If it's the first time running the project, run `yarn install-fresh` to install the dependencies and build the project. It'll download and compile V3 monorepo, creating node_modules folders in the library (these folders will be needed to use monorepo as a submodule of the custom pool, so tests can use the base test files).
13+
If it's the first time running the project, run `sh ./scripts/install-fresh.sh` to install the dependencies and build the project. It'll download and compile V3 monorepo, creating node_modules folders in the library (these folders will be needed to use monorepo as a submodule of the custom pool, so tests can use the base test files).
1414

1515
# Testing
1616

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"Elshan Dzhafarov <[email protected]>"
1818
],
1919
"scripts": {
20-
"install-fresh": "sh ./scripts/install-fresh.sh",
2120
"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",

0 commit comments

Comments
 (0)