Skip to content

Commit d229676

Browse files
authoredFeb 3, 2021
Fix CI tests (#10217)
1 parent c9a24db commit d229676

File tree

2 files changed

+310
-409
lines changed

2 files changed

+310
-409
lines changed
 

‎packages/create-react-app/yarn.lock.cached

+306-409
Large diffs are not rendered by default.

‎tasks/e2e-simple.sh

+4
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,10 @@ verify_module_scope
259259
# Eject...
260260
echo yes | npm run eject
261261

262+
# Temporary workaround for https://github.com/facebook/create-react-app/issues/6099
263+
rm yarn.lock
264+
yarn add @babel/plugin-transform-react-jsx-source @babel/plugin-syntax-jsx @babel/plugin-transform-react-jsx @babel/plugin-transform-react-jsx-self
265+
262266
# Test ejected files were staged
263267
test -n "$(git diff --staged --name-only)"
264268

0 commit comments

Comments
 (0)
Please sign in to comment.