Closed
Description
Version
3.0.0-beta.6
Reproduction link
https://gist.github.com/cybercode/49e97783e92b2bdd2710c1e5d9e55508
Steps to reproduce
move build dependencies out of dev. Leave test dependencies in dev
What is expected?
yarn build should build the dist
What is actually happening?
error from vue-cli-service due to missing cypress library
Esp. deploying from a docker environment, the time required to download cypress, which is not needed for the build is problematic. You should be able to run vue-cli-service build
without having to install the test tools.