File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,9 @@ Choose another directory or remove contents.
183183 await render ( 'README.md' , data ) ;
184184 await copy ( 'openapi/README.md' , openapiRoot ) ;
185185
186- await render ( '.redocly.yaml' , { mainDefinitionFile : path . posix . join ( openapiRoot , 'openapi.yaml' ) } ) ;
186+ await render ( '.redocly.yaml' , {
187+ mainDefinitionFile : path . posix . join ( openapiRoot , 'openapi.yaml' )
188+ } ) ;
187189
188190 copyDirSync ( 'openapi/components' , openapiRoot ) ;
189191 copyDirSync ( 'openapi/paths' , openapiRoot ) ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ const path = require('path');
22const fs = require ( 'fs' ) ;
33const mkdirp = require ( 'mkdirp' ) ;
44const chalk = require ( 'chalk' ) ;
5- const isEqual = require ( 'lodash.isequal' )
5+ const isEqual = require ( 'lodash.isequal' ) ;
66
77const {
88 writeYaml,
You can’t perform that action at this time.
0 commit comments