remove trailing space

This commit is contained in:
Timo Hocker 2020-04-24 12:08:30 +02:00
parent 45b64b3aca
commit f95226c7f0

View File

@ -87,7 +87,7 @@ child_process.execSync ('yarn lint', { stdio: 'inherit' });
if (typeof pkg.scripts !== 'undefined' && typeof pkg.scripts.test === 'string')
child_process.execSync ('yarn test', { stdio: 'inherit' });
if (
typeof pkg.scripts !== 'undefined'
typeof pkg.scripts !== 'undefined'
&& typeof pkg.scripts.compile === 'string'
)
child_process.execSync ('yarn compile', { stdio: 'inherit' });