-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
fix: 修复 npmClient 配置为 tnpm,但 tnpm mode 为 npm 时 layout 插件注入绝对路径 types 问题 #12198
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Size Change: +83 B (0%) Total Size: 9.9 MB
ℹ️ View Unchanged
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #12198 +/- ##
==========================================
- Coverage 28.41% 28.39% -0.02%
==========================================
Files 492 492
Lines 15152 15162 +10
Branches 3618 3624 +6
==========================================
Hits 4306 4306
- Misses 10076 10083 +7
- Partials 770 773 +3 ☔ View full report in Codecov by Sentry. |
想了一下,这个场景:
应该算是预期的场景,期望使用的 npm 工具确实是
tnpm
,比如installWithNpmClient
确实期望使用tnpm
进行安装。只不过 layout 这个场景确实需要判断 tnpm.mode 是否是npm