From 462be0848f61faf5d5daf85ea9641d2c876a900e Mon Sep 17 00:00:00 2001 From: Rohan Kulkarni Date: Wed, 26 Jan 2022 15:12:41 -0500 Subject: [PATCH] Revert "[fix] local dev" This reverts commit 2e13d4d3cc3acacdf424351e597c501c2467f888. --- README.md | 7 +++---- package.json | 1 - 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1d27a8ba..d81e7f5e 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,6 @@ Once registered, anyone is able to use the market module by approving it via the ## Local Development -1. Install [Foundry](https://github.com/gakonst/foundry#installation) -2. Install dependencies with `yarn` -3. Compile the contracts with `yarn build` -4. Run tests with `yarn test` +1. Install dependencies with `yarn` +2. Compile the contracts with `yarn build` +3. Run tests with `yarn test` diff --git a/package.json b/package.json index d7423a15..8d0753c5 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,6 @@ "*.sol": "solhint" }, "scripts": { - "install": "forge update", "build": "forge build && yarn typechain", "clean": "forge clean && rm -rf dist/typechain", "prepare": "husky install",