File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ const {
2323
2424const { installDeps } = require ( './lib/install-deps' ) ;
2525
26- const REDOCLY_RC = '.redoclyrc ' ;
26+ const REDOCLY_RC = 'redocly.yaml ' ;
2727
2828async function ask ( ) {
2929 console . log ( 'Welcome to the ' + chalk . green ( 'OpenAPI-Repo' ) + ' generator!' ) ;
@@ -140,16 +140,16 @@ function printSuccess(opts, root) {
140140 console . log (
141141 `${ chalk . green ( 'Success!' ) } Created ${ chalk . green ( path . basename ( root ) ) } at ${ chalk . blue ( root ) }
142142Inside that directory, you can run several commands:
143-
143+
144144 ${ chalk . blue ( `npm start` ) }
145145 Starts the development server.
146146
147147 ${ chalk . blue ( `npm run build` ) }
148- Bundles the spec and prepares ${ chalk . blue ( 'web_deploy' ) } folder with static assets.
148+ Bundles the spec and prepares ${ chalk . blue ( 'web_deploy' ) } folder with static assets.
149149
150150 ${ chalk . blue ( `npm test` ) }
151151 Validates the spec.
152-
152+
153153 ${ chalk . blue ( `npm run gh-pages` ) }
154154 Deploys docs to GitHub Pages. You don't need to run it manually if you have Travis CI configured.
155155
You can’t perform that action at this time.
0 commit comments