mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix Jest call in the release script
Just running jest binary will no longer work
This commit is contained in:
@@ -27,7 +27,7 @@ module.exports = async ({cwd}) => {
|
||||
'Running Flow checks'
|
||||
);
|
||||
await logPromise(
|
||||
runYarnTask(cwd, 'jest', 'Jest failed'),
|
||||
runYarnTask(cwd, 'test', 'Jest failed'),
|
||||
'Running Jest tests',
|
||||
true
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user