集成 vite-plugin-uni-mini-ci 做小程序的自动化操作#441
Open
GreatAuk wants to merge 5 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
最近参考 taro-plugin-mini-ci 开发了一个针对 uni app 的 CI 项目 mini-ci,支持:
现状
目前项目自带的 uni-devtools 插件只支持微信小程序,并且只能打开微信开发工具,而不能进一步打开项目(mac 下是这样的,不确定 window)
(a5b259e)
这个 PR 只做了最小集成:支持微信的打开开发者工具并打开项目。其他功能在集成位置添加文档链接,让开发参考文档自行配置
TODO
--bumpp 操作可以替代这次的 PR
--upload 操作可以替代
/scripts/upload-weixin.js@feige996 可以考虑下是否要替代原来的功能,如果需要我可以提 PR