mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Prettier
This commit is contained in:
@@ -50,7 +50,9 @@ module.exports = async params => {
|
||||
}
|
||||
|
||||
if (params.skipCI) {
|
||||
logUpdate(chalk.red`Are you sure you want to skip CI? (y for yes, n for no)`);
|
||||
logUpdate(
|
||||
chalk.red`Are you sure you want to skip CI? (y for yes, n for no)`
|
||||
);
|
||||
const confirm = await prompt('');
|
||||
logUpdate.done();
|
||||
if (confirm === 'y') {
|
||||
|
||||
@@ -46,8 +46,7 @@ const paramDefinitions = [
|
||||
{
|
||||
name: 'skipCI',
|
||||
type: Boolean,
|
||||
description:
|
||||
'Skip Circle CI status check (requires confirmation)',
|
||||
description: 'Skip Circle CI status check (requires confirmation)',
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user