Skip to content

Commit 7d5f685

Browse files
committed
preserve the test for linked test-integrity
1 parent 4bb418b commit 7d5f685

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/e2e-kitchensink.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ cd "$temp_app_path/test-kitchensink"
167167
cp -r "$root_path"/packages/babel-preset-react-app node_modules
168168

169169
# 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"
171171

172172
# Test the build
173173
REACT_APP_SHELL_ENV_MESSAGE=fromtheshell \
@@ -231,7 +231,7 @@ cp -r "$root_path"/packages/react-dev-utils node_modules
231231
cp -r "$root_path"/packages/react-scripts node_modules
232232

233233
# 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"
235235

236236
# Test the build
237237
REACT_APP_SHELL_ENV_MESSAGE=fromtheshell \

0 commit comments

Comments
 (0)