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

Test ci for installing plugins' dependencies. #70

Merged
merged 4 commits into from
Sep 29, 2018
Merged

Test ci for installing plugins' dependencies. #70

merged 4 commits into from
Sep 29, 2018

Conversation

benevbright
Copy link
Collaborator

No description provided.

@benevbright benevbright added work in progress This pull request is not ready to merge but open for feedback and removed work in progress This pull request is not ready to merge but open for feedback labels Sep 27, 2018
@benevbright
Copy link
Collaborator Author

Please note that I'm not good at naming.

if [[ -d $plugin ]]; then
sh -c "cd $plugin && npm install"
fi
done
Copy link
Owner

Choose a reason for hiding this comment

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

Can you indent with two spaces please?

Copy link
Owner

Choose a reason for hiding this comment

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

I’m not exactly sure where to put this file.

https://gist.github.com/tracker1/59f2c13044315f88bee9#directories

  • ./bin/ – this is usually for executables that will be bundled with the package
  • ./build/ – seems more accurate
  • ./scripts/ – that feels natural for Ruby projects. I’m not sure about the Node world.

Copy link
Owner

Choose a reason for hiding this comment

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

I usually try to keep names with dash-case for consistency.

.travis.yml Show resolved Hide resolved
@benevbright
Copy link
Collaborator Author

Thanks for the review.
I’ll change it and force-push with the commit taken the prism plugin out tonight.

Copy link
Owner

@hagenburger hagenburger left a comment

Choose a reason for hiding this comment

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

Thanks, I’ll squash and merge.

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.

None yet

2 participants