Skip to content

Commit 6ee2925

Browse files
committed
File should exist and not be deleted
1 parent 272da12 commit 6ee2925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: tasks/e2e-installs.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ CI=true yarn test
183183
# Eject...
184184
echo yes | npm run eject
185185

186-
# Ensure env file was removed
187-
! exists src/react-app-env.d.ts
186+
# Ensure env file still exists
187+
exists src/react-app-env.d.ts
188188

189189
# Check that the TypeScript template passes ejected smoke tests, build, and normal tests
190190
yarn start --smoke-test

0 commit comments

Comments
 (0)