We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d3c21d commit 70f8f69Copy full SHA for 70f8f69
CONTRIBUTING.md
@@ -29,6 +29,8 @@ npm install # install dependencies
29
```
30
31
## Making Changes
32
+Note that schema changes are made to `schema.ts`. `schema.json` is generated from `schema.ts`
33
+using `npm run validate:schema`.
34
35
1. Create a new branch:
36
```bash
0 commit comments