Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #6000 from jmchilton/fix_build_maybe
[18.01] Backport #5972
  • Loading branch information
martenson committed Apr 27, 2018
2 parents a3e6963 + a29770c commit c7b4260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/common_startup.sh
Expand Up @@ -217,7 +217,7 @@ if [ $SKIP_CLIENT_BUILD -eq 0 ]; then
if [ -n "$VIRTUAL_ENV" ]; then
if ! in_venv "$(command -v node)"; then
echo "Installing node into $VIRTUAL_ENV with nodeenv."
nodeenv -p
nodeenv -n 9.11.1 -p
fi
if ! in_venv "$(command -v yarn)"; then
echo "Installing yarn into $VIRTUAL_ENV with npm."
Expand Down

0 comments on commit c7b4260

Please sign in to comment.