We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9bf33d commit 4448e98Copy full SHA for 4448e98
tasks/e2e.sh
@@ -174,7 +174,6 @@ cat src/App.backup.js >> src/App.js
174
CI=true npm run build >> errors.log 2>> errors.log || true
175
cat errors.log | grep "This type is incompatible with"
176
test -e .flowconfig
177
-test -d flow-typed
178
cat .gitignore | grep flow-typed
179
rm src/App.js .gitignore errors.log
180
cp src/App.backup.js src/App.js
@@ -226,7 +225,7 @@ var wrong: string = 0;
226
225
cat src/App.backup.js >> src/App.js
227
228
229
+test -e .flowconfig
230
231
232
0 commit comments