Skip to content

Commit b3a60ab

Browse files
committed
comment out npm link
1 parent 9cd200e commit b3a60ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks/e2e-kitchensink.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ then
7575
fi
7676

7777
# Bootstrap monorepo
78+
npm --version
7879
npm install
7980

8081
# ******************************************************************************
@@ -111,7 +112,7 @@ cd "$temp_app_path/test-kitchensink"
111112
export BROWSERSLIST='ie 9'
112113

113114
# Link to test module
114-
npm link "$temp_module_path/node_modules/test-integrity"
115+
# npm link "$temp_module_path/node_modules/test-integrity"
115116

116117
# Test the build
117118
REACT_APP_SHELL_ENV_MESSAGE=fromtheshell \

0 commit comments

Comments
 (0)