Skip to content

Commit c2c03df

Browse files
committed
Add instructions on how to re-generate type definitions.
1 parent 974d990 commit c2c03df

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@ You can auto format code via:
2727
npm run lint[-fix]
2828
```
2929

30+
### Updating Exception List Entry Type
31+
32+
The format for exception list entries is determined by Remote Settings. To
33+
generate the latest TypeScript type definitions based on the schema from Remote
34+
Settings you can use:
35+
36+
```bash
37+
npm run update-types
38+
```
39+
3040
### Building for Production
3141

3242
To create a production build:

0 commit comments

Comments
 (0)