Skip to content

Commit

Permalink
chore: pin yarn version in e2e vue tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Jan 16, 2020
1 parent 3daab41 commit 9778007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/integration-tests/e2e-vue-cli.sh
Expand Up @@ -22,9 +22,9 @@ 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 policies set-version 1.18.0
yarn lerna bootstrap
# "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 9778007

Please sign in to comment.