-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
refactor(package): cross-platform prepare
script (scripts
)
#1498
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1498 +/- ##
=======================================
Coverage 74.02% 74.02%
=======================================
Files 10 10
Lines 666 666
=======================================
Hits 493 493
Misses 173 173 Continue 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
|
package.json
Outdated
"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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can avoid ./node_modules/.bin/
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.
@michael-ciniawsky beat you to the punch. Already fixed :)
While e.g
You could propose a |
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.
@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 install
fails on Windows #1497SemVer