-
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
deps: cmd-shim v3 #315
deps: cmd-shim v3 #315
Conversation
Work around quoted batch file names fixed npm/cmd-shim#10
Codecov Report
@@ Coverage Diff @@
## master #315 +/- ##
==========================================
- Coverage 93.26% 93.21% -0.06%
==========================================
Files 29 29
Lines 1915 1915
==========================================
- Hits 1786 1785 -1
- Misses 129 130 +1
Continue to review full report at Codecov.
|
@@ -29,7 +29,7 @@ | |||
"binary-mirror-config": "^1.19.0", | |||
"bytes": "^3.1.0", | |||
"chalk": "^2.4.2", | |||
"cmd-shim": "^2.0.2", | |||
"cmd-shim": "^3.0.3", |
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.
解决 windows cmd 在 appveyor 跑失败的问题
assert(pkg.name === 'mocha'); | ||
|
||
let mochaBin = path.join(root, 'node_modules', '.bin', 'mocha'); | ||
if (process.platform === 'win32') { |
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.
确保在 appveyor 下跑成功
Work around quoted batch file names
fixed npm/cmd-shim#10