Skip to content
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: change calibre ci step to use npx #5197

Merged
merged 2 commits into from
Jun 4, 2019
Merged

Conversation

jeffcorpuz
Copy link
Contributor

@jeffcorpuz jeffcorpuz commented Jun 3, 2019

Impact: minor
Type: performance|chore

Issue

It is recommended to avoid using sudo as much as possible which was being used to install calibre globally as part of the CI step. Due to not specifying the version of calibre there was a failure in the CI steps.

Solution

Change from sudo npm install calibre to npx calibre@x.y.z

Signed-off-by: Jeffrey Corpuz <jeffcorpuz@icloud.com>
Signed-off-by: Jeffrey Corpuz <jeffcorpuz@icloud.com>
@jeffcorpuz jeffcorpuz self-assigned this Jun 3, 2019
Copy link
Contributor

@focusaurus focusaurus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🏆

@jeffcorpuz jeffcorpuz merged commit 04be5ce into develop Jun 4, 2019
@jeffcorpuz jeffcorpuz deleted the fix-calibre-step branch June 4, 2019 00:17
@jeffcorpuz jeffcorpuz mentioned this pull request Jul 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants