File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,17 +24,17 @@ log(chalk.cyan.bold(' - All versions:') + ' ' + chalk.magenta('npm run sync-re
24
24
log (
25
25
chalk . cyan . bold ( ' - Dotcom only:' ) +
26
26
' ' +
27
- chalk . magenta ( 'npm run sync-rest -- --version api.github.com ; npm run dev' )
27
+ chalk . magenta ( 'npm run sync-rest -- --versions api.github.com ; npm run dev' )
28
28
)
29
29
log (
30
30
chalk . cyan . bold ( ' - Two versions:' ) +
31
31
' ' +
32
- chalk . magenta ( 'npm run sync-rest -- --version ghes-3.7 ghes-3.8 ; npm run dev' )
32
+ chalk . magenta ( 'npm run sync-rest -- --versions ghes-3.7 ghes-3.8 ; npm run dev' )
33
33
)
34
34
log (
35
35
chalk . cyan . bold ( ' - Dotcom and next calendar date version:' ) +
36
36
' ' +
37
- chalk . magenta ( 'npm run sync-rest -- --next --version api.github.com ; npm run dev' )
37
+ chalk . magenta ( 'npm run sync-rest -- --next --versions api.github.com ; npm run dev' )
38
38
)
39
39
log ( chalk . green . bold . underline ( '\nWebhook docs\n' ) )
40
40
log ( chalk . green . bold ( ' Examples of ways you can build the Webhook docs locally:\n' ) )
44
44
log (
45
45
chalk . cyan . bold ( ' - Dotcom only:' ) +
46
46
' ' +
47
- chalk . magenta ( 'npm run sync-webhooks -- --version api.github.com ; npm run dev' )
47
+ chalk . magenta ( 'npm run sync-webhooks -- --versions api.github.com ; npm run dev' )
48
48
)
49
49
log (
50
50
chalk . cyan . bold ( ' - Two versions:' ) +
51
51
' ' +
52
- chalk . magenta ( 'npm run sync-webhooks -- --version ghes-3.7 ghes-3.8 ; npm run dev' )
52
+ chalk . magenta ( 'npm run sync-webhooks -- --versions ghes-3.7 ghes-3.8 ; npm run dev' )
53
53
)
54
54
log ( chalk . green . bold ( '\nYou can build specific versions of the REST and Webhook docs.\n' ) )
55
55
log ( chalk . white . bold ( ' Versions that can be built: ' , openApiVersions , '\n' ) )
You can’t perform that action at this time.
0 commit comments