Skip to content

Commit 236b417

Browse files
authored
Update CONTRIBUTING.md
Signed-off-by: Manuel <[email protected]>
1 parent 4aebc4e commit 236b417

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,7 @@ Type tests are located in [/types/tests.ts](/types/tests.ts) and are responsible
247247
> [!CAUTION]
248248
> An exemption are type changes to `src/Options/index.js` which must be manually updated in `types/Options/index.d.ts`, as these types are not generated via a script.
249249
250-
When developing type definitions you can use `npm run watch:ts` in order to rebuild your changes automatically upon each save.
251-
252-
Use `npm run test:types` in order to run types tests against generated `.d.ts` files.
250+
When developing type definitions you can run `npm run watch:ts` in order to rebuild your changes automatically upon each save. Use `npm run test:types` in order to run types tests against generated `.d.ts` files.
253251

254252
### Test against Postgres
255253

0 commit comments

Comments
 (0)