Skip to content

Commit

Permalink
Revert "[fix] local dev"
Browse files Browse the repository at this point in the history
This reverts commit 2e13d4d.
  • Loading branch information
Rohan Kulkarni committed Jan 26, 2022
1 parent 2e13d4d commit 462be08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 462be08

Please sign in to comment.