-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add more context in contributing guide
- Loading branch information
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,14 +26,21 @@ Clone this repository including submodules: | |
$ git clone --recurse-submodules -j8 [email protected]:sablier-labs/v2-periphery.git | ||
``` | ||
|
||
Then, inside the project's directory, run this to install the Node.js dependencies: | ||
Then, inside the project's directory, run this to install the Node.js dependencies and build the contracts: | ||
|
||
```shell | ||
$ bun install | ||
$ bun run build | ||
``` | ||
|
||
Now you can start making changes. | ||
|
||
To see a list of all available scripts: | ||
|
||
```shell | ||
$ bun run | ||
``` | ||
|
||
## Pull Requests | ||
|
||
When making a pull request, ensure that: | ||
|