We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ddd62d commit 3c17a44Copy full SHA for 3c17a44
tasks/e2e.sh
@@ -142,9 +142,15 @@ npm start -- --smoke-test
142
# Finally, let's check that everything still works after ejecting.
143
# ******************************************************************************
144
145
-# Eject
+# Eject...
146
echo yes | npm run eject
147
148
+# ...but still link to the local packages
149
+npm link $root_path/packages/babel-preset-react-app
150
+npm link $root_path/packages/eslint-config-react-app
151
+npm link $root_path/packages/react-dev-utils
152
+npm link $root_path/packages/react-scripts
153
+
154
# Test the build
155
npm run build
156
# Check for expected output
0 commit comments