From 6ee2925c129c757ed50ee38d4dff6d0032b1bcf0 Mon Sep 17 00:00:00 2001 From: Joe Haddad Date: Mon, 29 Oct 2018 00:08:40 -0400 Subject: [PATCH] File should exist and not be deleted --- tasks/e2e-installs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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