We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb418b commit 7d5f685Copy full SHA for 7d5f685
tasks/e2e-kitchensink.sh
@@ -167,7 +167,7 @@ cd "$temp_app_path/test-kitchensink"
167
cp -r "$root_path"/packages/babel-preset-react-app node_modules
168
169
# Link to test module
170
-cp -r "$temp_module_path/node_modules/test-integrity" node_modules
+npm link "$temp_module_path/node_modules/test-integrity"
171
172
# Test the build
173
REACT_APP_SHELL_ENV_MESSAGE=fromtheshell \
@@ -231,7 +231,7 @@ cp -r "$root_path"/packages/react-dev-utils node_modules
231
cp -r "$root_path"/packages/react-scripts node_modules
232
233
234
235
236
237
0 commit comments