File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ cd "$temp_app_path/test-kitchensink"
167
167
cp -r " $root_path " /packages/babel-preset-react-app node_modules
168
168
169
169
# Link to test module
170
- cp -r " $temp_module_path /node_modules/test-integrity" node_modules
170
+ npm link " $temp_module_path /node_modules/test-integrity"
171
171
172
172
# Test the build
173
173
REACT_APP_SHELL_ENV_MESSAGE=fromtheshell \
@@ -231,7 +231,7 @@ cp -r "$root_path"/packages/react-dev-utils node_modules
231
231
cp -r " $root_path " /packages/react-scripts node_modules
232
232
233
233
# Link to test module
234
- cp -r " $temp_module_path /node_modules/test-integrity" node_modules
234
+ npm link " $temp_module_path /node_modules/test-integrity"
235
235
236
236
# Test the build
237
237
REACT_APP_SHELL_ENV_MESSAGE=fromtheshell \
You can’t perform that action at this time.
0 commit comments