Commit ea23782 1 parent e675e93 commit ea23782 Copy full SHA for ea23782
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -173,8 +173,8 @@ CI=true npm test
173
173
echo yes | npm run eject
174
174
175
175
# 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
178
178
179
179
# Ensure env file still exists
180
180
exists 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"
121
121
echo yes | npm run eject
122
122
123
123
# 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
126
126
127
127
# Link to test module
128
128
npm link " $temp_module_path /node_modules/test-integrity"
You can’t perform that action at this time.
0 commit comments