File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -173,8 +173,8 @@ CI=true npm test
173173echo yes | npm run eject
174174
175175# Temporary workaround for https://github.com/facebook/create-react-app/issues/6099
176- rm package-lock.json
177- npm install @babel/plugin-transform-react-jsx-source @babel/plugin-syntax-jsx @babel/plugin-transform-react-jsx @babel/plugin-transform-react-jsx-self
176+ rm yarn.lock
177+ yarn add @babel/plugin-transform-react-jsx-source @babel/plugin-syntax-jsx @babel/plugin-transform-react-jsx @babel/plugin-transform-react-jsx-self
178178
179179# Ensure env file still exists
180180exists src/react-app-env.d.ts
Original file line number Diff line number Diff line change @@ -121,8 +121,8 @@ npm link "$temp_module_path/node_modules/test-integrity"
121121echo yes | npm run eject
122122
123123# Temporary workaround for https://github.com/facebook/create-react-app/issues/6099
124- rm package-lock.json
125- npm install @babel/plugin-transform-react-jsx-source @babel/plugin-syntax-jsx @babel/plugin-transform-react-jsx @babel/plugin-transform-react-jsx-self
124+ rm yarn.lock
125+ yarn add @babel/plugin-transform-react-jsx-source @babel/plugin-syntax-jsx @babel/plugin-transform-react-jsx @babel/plugin-transform-react-jsx-self
126126
127127# Link to test module
128128npm link " $temp_module_path /node_modules/test-integrity"
You can’t perform that action at this time.
0 commit comments