Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
serrg authored and JulianWielga committed Aug 2, 2021
1 parent e85dea5 commit be89fef
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,13 @@ scripts: {
"make-types": "make-federated-types --outputDir ../../my_types/"
}
```

#### `package.json`

If you would like to specify custom path to the config, you can pass `--config` parameter like so:

```json
scripts: {
"make-types": "make-federated-types --config ./path/to/my/config.json --outputDir ../../my_types/"
}
```

0 comments on commit be89fef

Please sign in to comment.