Skip to content

Commit fb16e4a

Browse files
committed
docs(contributing): add repository validation commands
1 parent 4d83bda commit fb16e4a

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

‎CONTRIBUTING.md‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Contributing
2+
3+
Run these commands from the repository root.
4+
5+
```sh
6+
pnpm install
7+
pnpm run check --all
8+
pnpm test
9+
```

0 commit comments

Comments
 (0)