File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,6 @@ cat src/App.backup.js >> src/App.js
174
174
CI=true npm run build >> errors.log 2>> errors.log || true
175
175
cat errors.log | grep " This type is incompatible with"
176
176
test -e .flowconfig
177
- test -d flow-typed
178
177
cat .gitignore | grep flow-typed
179
178
rm src/App.js .gitignore errors.log
180
179
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
226
CI=true npm run build >> errors.log 2>> errors.log || true
228
227
cat errors.log | grep " This type is incompatible with"
229
- test -d flow-typed
228
+ test -e .flowconfig
230
229
cat .gitignore | grep flow-typed
231
230
rm src/App.js .gitignore errors.log
232
231
cp src/App.backup.js src/App.js
You can’t perform that action at this time.
0 commit comments