Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Commits
3a36693a
Commit
3a36693a
authored
8 years ago
by
Dan Abramov
Committed by
GitHub
8 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Update e2e.sh (#1167)
parent
b61dc674
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/e2e.sh
+1
-1
tasks/e2e.sh
with
1 addition
and
1 deletion
+1
-1
tasks/e2e.sh
+
1
-
1
View file @
3a36693a
...
...
@@ -56,7 +56,7 @@ root_path=$PWD
if
[
"
$USE_YARN
"
=
"yes"
]
then
# Install Yarn so that the test can use it to install packages.
npm
install
-g
yarn
npm
install
-g
yarn
@0.17.10
# TODO: remove version when https://github.com/yarnpkg/yarn/issues/2142 is fixed.
yarn cache clean
fi
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets