Skip to content

Commit

Permalink
chore: workaround yarn issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Jan 4, 2020
1 parent 03d163a commit 4ea58b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/integration-tests/e2e-vue-cli.sh
Expand Up @@ -23,6 +23,8 @@ cd tmp/vue-cli || exit

startLocalRegistry "$PWD"/../../verdaccio-config.yml
yarn install
# Workaround https://github.com/yarnpkg/yarn/issues/7797
yarn add --dev -W @babel/core
# "yarn upgrade --scope @babel --latest" doesn't seem to work.
# a means "all", while \n is the enter needed to confirm the selection.
printf "a\n" | yarn upgrade-interactive --scope @babel --latest
Expand Down

0 comments on commit 4ea58b5

Please sign in to comment.