Skip to content

Commit

Permalink
docs: update instructions to build and test
Browse files Browse the repository at this point in the history
  • Loading branch information
zouguangxian committed Dec 14, 2023
1 parent 1d23445 commit c9f4944
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@

## LayerZero-v2
# LayerZero-v2

## Requirements
### Forge
[Installation](https://book.getfoundry.sh/getting-started/installation)
```
curl -L https://foundry.paradigm.xyz | bash
source ~/.bashrc
foundryup
```

## Build & Test
```bash
yarn && yarn clean && yarn build && yarn test
yarn && yarn build && yarn test
```

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"messagelib"
],
"scripts": {
"postinstall": "rimraf lib && forge install foundry-rs/forge-std",
"clean": "$npm_execpath workspaces foreach --all run clean",
"build": "$npm_execpath workspaces foreach --all run build",
"test": "$npm_execpath workspaces foreach --all run test"
Expand Down

0 comments on commit c9f4944

Please sign in to comment.