Skip to content

Commit 5d64ee4

Browse files
committed
Fix up directory name in test
1 parent b78b49e commit 5d64ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/e2e-installs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ fi
152152
cd $temp_app_path
153153
curl "https://registry.npmjs.org/@enoah_netzach/react-scripts/-/react-scripts-0.9.0.tgz" -o enoah-scripts-0.9.0.tgz
154154
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
155+
cd test-app-scoped-fork-tgz
156156

157157
# Check corresponding scripts version is installed.
158158
exists node_modules/@enoah_netzach/react-scripts

0 commit comments

Comments
 (0)