fix
This commit is contained in:
parent
51da138b55
commit
d34974addf
@ -16,7 +16,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