-
Notifications
You must be signed in to change notification settings - Fork 506
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: add packages/tdesign-vue-next for npm publish #5015
Merged
Conversation
This file contains 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
9418d93
to
a4deaa0
Compare
global.d.ts 生成位置改动,涉及到 tdesign-api 的修改? —— yep |
uyarn
approved these changes
Feb 14, 2025
关于第 4 点,global.d.ts 生成位置改动? 本次 pr 暂时不做处理,后续记得修改 @zhangpaopao0609 @uyarn |
第四点 关于 global.d.ts helper 路径调整完成 |
merged cc @zhangpaopao0609 |
This was referenced Feb 17, 2025
This was referenced Feb 26, 2025
Merged
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.
🤔 这个 PR 的性质是?
🔗 相关 Issue
#5014
💡 需求背景和解决方案
如 issue 描述:
实现 vue-next 的对外发包功能,因此本次改动仅需要考虑的事情如下:
正确的 package.json
正确打包
ci 修改
当前的发包涉及两处 yml:
https://github.com/Tencent/tdesign-vue-next/blob/develop/.github/workflows/tag-push.yml
https://github.com/Tencent/tdesign/blob/main/.github/workflows/publish.yml
处理方式如 pull-requeset.yml,先暂时在 tag-push 里修改即可,修改两处
npm to pnpm
npm-puhlish 的 dir 修改为 packages/tdesign-vue-next
涉及 yml 如下:
处理方式如下:
global.d.ts 生成位置改动
涉及到 tdesign-api 的修改?
📝 更新日志