Skip to content

Commit 4448e98

Browse files
committed
Remove flow-typed/ dir assertion
Was failing intermittently
1 parent f9bf33d commit 4448e98

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tasks/e2e.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ cat src/App.backup.js >> src/App.js
174174
CI=true npm run build >> errors.log 2>> errors.log || true
175175
cat errors.log | grep "This type is incompatible with"
176176
test -e .flowconfig
177-
test -d flow-typed
178177
cat .gitignore | grep flow-typed
179178
rm src/App.js .gitignore errors.log
180179
cp src/App.backup.js src/App.js
@@ -226,7 +225,7 @@ var wrong: string = 0;
226225
cat src/App.backup.js >> src/App.js
227226
CI=true npm run build >> errors.log 2>> errors.log || true
228227
cat errors.log | grep "This type is incompatible with"
229-
test -d flow-typed
228+
test -e .flowconfig
230229
cat .gitignore | grep flow-typed
231230
rm src/App.js .gitignore errors.log
232231
cp src/App.backup.js src/App.js

0 commit comments

Comments
 (0)