Skip to content

Commit

Permalink
remove verifyPackageTree patch (#13805)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Oct 1, 2021
1 parent c7a401a commit ce31b76
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions scripts/integration-tests/e2e-create-react-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ fi
# This change replaces useBuiltIns: true with runtime: "classic"
sed -i 's/useBuiltIns: true/runtime: "classic"/' packages/babel-preset-react-app/create.js

# create-react-app throws if `@babel/eslint-parser` is not pinned, but we
# must upgrade it for test purposes
sed -i "s#'@babel/eslint-parser',##" packages/react-scripts/scripts/utils/verifyPackageTree.js

# remove this line when https://github.com/facebook/create-react-app/pull/11216 gets merged
sed -i "s#isESLintPluginEnabled && 'babel-eslint',##" packages/react-scripts/scripts/utils/verifyPackageTree.js

bump_deps="$PWD/../../utils/bump-babel-dependencies.js"
node "$bump_deps"
for d in ./packages/*/
Expand Down

0 comments on commit ce31b76

Please sign in to comment.