refactor(package): cross-platform prepare script (scripts)#1498
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1498 +/- ##
=======================================
Coverage 74.02% 74.02%
=======================================
Files 10 10
Lines 666 666
=======================================
Hits 493 493
Misses 173 173Continue to review full report at Codecov.
|
prepare script (scripts)
"prepare: "del-cli ssl/*.pem && ..."
- "prepare:delete-certs: ..."@michael-ciniawsky: done and done. Although I have no objection to the requested changes (and implemented as requested) the original decision to create a custom delete with a standalone rule was
|
| "test": "nyc --reporter lcovonly mocha --full-trace --check-leaks --exit", | ||
| "prepare": "npm run -s prepare:delete-certs && npm run -s transpile:index && npm run -s build:live && npm run -s build:index && npm run -s build:sockjs", | ||
| "prepare:delete-certs": "node lib/delete-certs.js", | ||
| "prepare:delete-certs": "./node_modules/.bin/rimraf ./ssl/*.pem", |
There was a problem hiding this comment.
you can avoid ./node_modules/.bin/
There was a problem hiding this comment.
@michael-ciniawsky beat you to the punch. Already fixed :)
While e.g
You could propose a |
|
@ferdinando-ferreira Please sign the CLA |
I believe I have to wait until the cla system somehow update it's status. Maybe something related to cla-assistant/cla-assistant#124? |
|
@michael-ciniawsky: licence/cla stuck at
May be related to cla-assistant/cla-assistant#303 and cla-assistant/cla-assistant#124, should I do something? |
Given that it is a simple removal there was no need to import a new dependency (
rimraf, for instance)Type
Issues
npm installfails on Windows #1497SemVer