Skip to content

Commit 74cffef

Browse files
committed
Rename config file
1 parent 9340541 commit 74cffef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cli.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const {
2323

2424
const { installDeps } = require('./lib/install-deps');
2525

26-
const REDOCLY_RC = '.redoclyrc';
26+
const REDOCLY_RC = 'redocly.yaml';
2727

2828
async 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)}
142142
Inside 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

0 commit comments

Comments
 (0)