我在ci中使用cli命令行工具打包,在ci服务器上-macos 安装HBuilderX后遇到过几个问题
1、there is no mainfest.json in root direcotry. 我在Ide上可以右键重新识别项目类型解决,cli可以解决吗?
2、提示没有找到node_modules, 我执行完npm install -g @vue/cli 也没有用
以上问题在本地调试时没有遇到过
以下是CLI的命令
${CLI_PATH} open
${CLI_PATH} project open --path ${PROJECT_PATH}
${CLI_PATH} pack --project pwd
--platform iOS --safemode true --iscustom true --ios.bundle test.iiot.com --ios.supporteddevice iPhone --ios.isprisonbreak false --ios.profile ${MP_PATH} --ios.certfile ${CERT_PATH} --ios.certpassword ${IOS_CERT_PWD}
0 个回复