Skip to content

Commit c2acb7a

Browse files
committed
chore: updated readme
1 parent 586f5b7 commit c2acb7a

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![cover](public/social.png)
44

5-
Welcome to the OpenZeppelin Docs repo! Before opening an issue or creating a PR please consult our [contribution guide](CONTRIBUTING.md)
5+
Welcome to the OpenZeppelin Docs repo! Before opening an issue or creating a PR please consult our [contribution guide](CONTRIBUTING.md) as well as the [OpenZeppelin Documentation Standards](STANDARDS.md)
66

77
## Development
88

@@ -30,6 +30,13 @@ pnpm install
3030
pnpm dev
3131
```
3232

33+
**4. Run `build` and `lint`**
34+
35+
```bash
36+
pnpm run build
37+
pnpm run check
38+
```
39+
3340
## Project Structure
3441

3542
### Content Organization

0 commit comments

Comments
 (0)