-
Notifications
You must be signed in to change notification settings - Fork 58
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: show every runscript log before run it #290
Conversation
@@ -360,7 +360,7 @@ function* runPostInstallTasks(options) { | |||
const postinstallScript = pkg.scripts.postinstall; | |||
try { | |||
if (installScript) { | |||
options.console.info( | |||
options.console.warn( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
所有 runScript 都需要打印日志出来
Codecov Report
@@ Coverage Diff @@
## master #290 +/- ##
==========================================
- Coverage 92.91% 82.82% -10.1%
==========================================
Files 27 20 -7
Lines 1947 1560 -387
Branches 328 328
==========================================
- Hits 1809 1292 -517
- Misses 138 268 +130
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #290 +/- ##
==========================================
- Coverage 92.91% 91.33% -1.58%
==========================================
Files 27 27
Lines 1947 1951 +4
Branches 328 328
==========================================
- Hits 1809 1782 -27
- Misses 138 169 +31
Continue to review full report at Codecov.
|
3.19.1 |
No description provided.