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.
183
183
await render ( 'README.md' , data ) ;
184
184
await copy ( 'openapi/README.md' , openapiRoot ) ;
185
185
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
+ } ) ;
187
189
188
190
copyDirSync ( 'openapi/components' , openapiRoot ) ;
189
191
copyDirSync ( 'openapi/paths' , openapiRoot ) ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ const path = require('path');
2
2
const fs = require ( 'fs' ) ;
3
3
const mkdirp = require ( 'mkdirp' ) ;
4
4
const chalk = require ( 'chalk' ) ;
5
- const isEqual = require ( 'lodash.isequal' )
5
+ const isEqual = require ( 'lodash.isequal' ) ;
6
6
7
7
const {
8
8
writeYaml,
You can’t perform that action at this time.
0 commit comments