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 fb34d1d commit 91be624Copy full SHA for 91be624
CONTRIBUTING.md
@@ -33,7 +33,8 @@ npm install # install dependencies
33
## Making Changes
34
35
Note that schema changes are made to `schema.ts`. `schema.json` is generated from
36
-`schema.ts` using `npm run validate:schema`.
+`schema.ts` using `npm run generate:json`. You should validate your `schema.ts` changes
37
+by running `npm run validate:schema`.
38
39
1. Create a new branch:
40
0 commit comments