Skip to content

Commit dc8d025

Browse files
committed
add npm run watch:ts docs
1 parent 0347f50 commit dc8d025

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

+2
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ Those tests are located in [/types/tests.ts](/types/tests.ts) and are responsibl
7070

7171
Types must be generated using `npm run build:types` and should not be manually changed. These types are `.d.ts` files located in [/types](/types).
7272

73+
When developing type definitions you can use `npm run watch:ts` in order to rebuild your changes upon each save.
74+
7375
Use `npm run test:types` in order to run types tests against generated `.d.ts` files.
7476

7577
### Pull Requests

0 commit comments

Comments
 (0)