Closed angeloashmore closed 2 years ago
Path | Size |
---|---|
dist/index.js | 1.07 MB (0%) |
dist/index.cjs | 1.08 MB (0%) |
Merging #32 (67220ba) into main (15e882f) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #32 +/- ##
=======================================
Coverage 90.56% 90.56%
=======================================
Files 22 22
Lines 339 339
Branches 80 80
=======================================
Hits 307 307
Misses 4 4
Partials 28 28
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Types of changes
Description
This PR fixes a bug in the
prismic-ts-codegen
CLI where custom configuration files specified with the--config/-c
option were loaded incorrectly.As of this PR, custom configuration files are loaded using the same logic as the default configuration file.
Fixes #31
Checklist:
🐤