Skip to content

Commit

Permalink
[fix] local dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan Kulkarni committed Jan 26, 2022
1 parent b92231d commit 2e13d4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Once registered, anyone is able to use the market module by approving it via the

## Local Development

1. Install dependencies with `yarn`
2. Compile the contracts with `yarn build`
3. Run tests with `yarn test`
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 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"*.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 2e13d4d

Please sign in to comment.