【发布时间】:2020-02-10 18:17:55
【问题描述】:
当我使用vue-cli-service构建我的项目时,控制台提示:
DONE Build complete. The dist directory is ready to be deployed.
INFO Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html
我使用的命令是:
vue-cli-service build
但是,该进程不会自动关闭。
通常我不用担心这个,但是当我使用jenkins之类的工具时,构建过程没有关闭,jenkins无法继续。
【问题讨论】:
-
您使用什么命令构建项目?请发布带有所有参数的完整命令
-
好的,我已经添加了。