我运行的命令:
npx miniprogram-ci upload --enable-es7 true --pp ./ --pkp private.key --appid "xxxx" --uv $BRANCH_NAME.latest --ud "$BRANCH_NAME Build" -r 1 --enable-minify
报错信息:
CustomError: miniprogram/app.json: ["pages"][0] could not find the corresponding file: "pages/index/index.js"
现在使用的是最新版我的项目是 ts 项目,miniprogram-ci 版本为 2.0.3,请问要怎么解决这个问题?
index.ts 改为 index.js后,再运行命令,开始报另一个页面ts找不到了: