diff --git a/scripts/release/build-commands/run-automated-tests.js b/scripts/release/build-commands/run-automated-tests.js index 7ee1d66057..56a1cb4276 100644 --- a/scripts/release/build-commands/run-automated-tests.js +++ b/scripts/release/build-commands/run-automated-tests.js @@ -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 );