diff --git a/tasks/e2e-installs.sh b/tasks/e2e-installs.sh index a2438bf8547..1be1c18468b 100755 --- a/tasks/e2e-installs.sh +++ b/tasks/e2e-installs.sh @@ -183,8 +183,8 @@ CI=true yarn test # Eject... echo yes | npm run eject -# Ensure env file was removed -! exists src/react-app-env.d.ts +# Ensure env file still exists +exists src/react-app-env.d.ts # Check that the TypeScript template passes ejected smoke tests, build, and normal tests yarn start --smoke-test