Install psmisc in vue-cli e2e tests on CircleCI (#13162)

This commit is contained in:
Nicolò Ribaudo
2021-04-16 01:50:09 +02:00
committed by GitHub
parent 808d437cf4
commit eaea9693ff
3 changed files with 4 additions and 87 deletions

View File

@@ -30,12 +30,6 @@ node "$PWD"/../../utils/bump-babel-dependencies.js
yarn lerna exec -- node "$PWD"/../../utils/bump-babel-dependencies.js
yarn install
if [ "$BABEL_8_BREAKING" = true ] ; then
# Babel 8 defaults to "default, not ie 11", but this breaks vue-cli's tests
# which expect different ES features to be compiled.
patch -p1 < "$PWD"/../../patches/vue-cli-babel-8.patch
fi
# Test
CI=true yarn test -p babel,babel-preset-app