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 {
23
23
24
24
const { installDeps } = require ( './lib/install-deps' ) ;
25
25
26
- const REDOCLY_RC = '.redoclyrc ' ;
26
+ const REDOCLY_RC = 'redocly.yaml ' ;
27
27
28
28
async function ask ( ) {
29
29
console . log ( 'Welcome to the ' + chalk . green ( 'OpenAPI-Repo' ) + ' generator!' ) ;
@@ -140,16 +140,16 @@ function printSuccess(opts, root) {
140
140
console . log (
141
141
`${ chalk . green ( 'Success!' ) } Created ${ chalk . green ( path . basename ( root ) ) } at ${ chalk . blue ( root ) }
142
142
Inside that directory, you can run several commands:
143
-
143
+
144
144
${ chalk . blue ( `npm start` ) }
145
145
Starts the development server.
146
146
147
147
${ 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.
149
149
150
150
${ chalk . blue ( `npm test` ) }
151
151
Validates the spec.
152
-
152
+
153
153
${ chalk . blue ( `npm run gh-pages` ) }
154
154
Deploys docs to GitHub Pages. You don't need to run it manually if you have Travis CI configured.
155
155
You can’t perform that action at this time.
0 commit comments