Skip to content

Commit be89fef

Browse files
serrgJulianWielga
authored andcommitted
chore: update README
1 parent e85dea5 commit be89fef

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
@@ -73,3 +73,13 @@ scripts: {
7373
"make-types": "make-federated-types --outputDir ../../my_types/"
7474
}
7575
```
76+
77+
#### `package.json`
78+
79+
If you would like to specify custom path to the config, you can pass `--config` parameter like so:
80+
81+
```json
82+
scripts: {
83+
"make-types": "make-federated-types --config ./path/to/my/config.json --outputDir ../../my_types/"
84+
}
85+
```

0 commit comments

Comments
 (0)