remove trailing space
This commit is contained in:
parent
45b64b3aca
commit
f95226c7f0
@ -87,7 +87,7 @@ child_process.execSync ('yarn lint', { stdio: 'inherit' });
|
|||||||
if (typeof pkg.scripts !== 'undefined' && typeof pkg.scripts.test === 'string')
|
if (typeof pkg.scripts !== 'undefined' && typeof pkg.scripts.test === 'string')
|
||||||
child_process.execSync ('yarn test', { stdio: 'inherit' });
|
child_process.execSync ('yarn test', { stdio: 'inherit' });
|
||||||
if (
|
if (
|
||||||
typeof pkg.scripts !== 'undefined'
|
typeof pkg.scripts !== 'undefined'
|
||||||
&& typeof pkg.scripts.compile === 'string'
|
&& typeof pkg.scripts.compile === 'string'
|
||||||
)
|
)
|
||||||
child_process.execSync ('yarn compile', { stdio: 'inherit' });
|
child_process.execSync ('yarn compile', { stdio: 'inherit' });
|
||||||
|
Loading…
x
Reference in New Issue
Block a user