fix
This commit is contained in:
parent
f180ec72e8
commit
66e1f209a4
@ -48,4 +48,8 @@ if (fs.existsSync ('README.md')) {
|
||||
}
|
||||
else { child_process.execSync ('yarn publish --access public'); }
|
||||
}
|
||||
else {
|
||||
console.log ('readme does not exist');
|
||||
process.exit (1);
|
||||
}
|
||||
`;
|
||||
|
@ -39,3 +39,7 @@ if (fs.existsSync ('README.md')) {
|
||||
}
|
||||
else { child_process.execSync ('yarn publish --access public'); }
|
||||
}
|
||||
else {
|
||||
console.log ('readme does not exist');
|
||||
process.exit (1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user