We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b78b49e commit 5d64ee4Copy full SHA for 5d64ee4
tasks/e2e-installs.sh
@@ -152,7 +152,7 @@ fi
152
cd $temp_app_path
153
curl "https://registry.npmjs.org/@enoah_netzach/react-scripts/-/react-scripts-0.9.0.tgz" -o enoah-scripts-0.9.0.tgz
154
create_react_app --scripts-version=$temp_app_path/enoah-scripts-0.9.0.tgz test-app-scoped-fork-tgz
155
-cd test-app-scoped-fork
+cd test-app-scoped-fork-tgz
156
157
# Check corresponding scripts version is installed.
158
exists node_modules/@enoah_netzach/react-scripts
0 commit comments