We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e85dea5 commit be89fefCopy full SHA for be89fef
README.md
@@ -73,3 +73,13 @@ scripts: {
73
"make-types": "make-federated-types --outputDir ../../my_types/"
74
}
75
```
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