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 2490d5d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/integration-tests/e2e-vue-cli.sh
Expand Up @@ -22,9 +22,10 @@ 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 install
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 2490d5d

Please sign in to comment.