-
Notifications
You must be signed in to change notification settings - Fork 495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: change package manager to pnpm #4974
refactor: change package manager to pnpm #4974
Conversation
这里的 ci 过不了是因为 ci 是用的 tdesign 的 yml 文件,而本次更改又需要更新 ci 才可以 |
@uyarn |
正常的, pr 跑的ci 是使用当前分支的文件 |
更新上述第 2 点: |
好吧,只是第一眼觉得不符合常理,因为这里 ci 的目的是为了前置检查 pr 的代码是否符合规范,结果用的是本分支的 ci,那我胡乱改,只要本分支 ci 能过,那么在 pr 的 ci 里看都是正常 |
正常情况下,不会随意合入非长期维护同学对CI改动的PR;改动了CR过程也可以看到改动点 |
🤔 这个 PR 的性质是?
🔗 相关 Issue
#4975
💡 需求背景和解决方案
将包管理器修改为 pnpm
https://github.com/zhangpaopao0609/tdesign-vue-next/actions/runs/13068725037/job/36465574592
主要是将 npm run 改为 pnpm run,因为大部分 yml 文件使用的是 tdesign 的,因此这里暂时只在本项目改了 pull-request.yml,具体的如何更改 @uyarn 需要讨论一下
📝 更新日志
refactor: change package manager to pnpm
本条 PR 不需要纳入 Changelog