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

Run postinstall script after installing dependency #19

Merged
merged 1 commit into from
Aug 27, 2015

Conversation

ysbaddaden
Copy link
Contributor

Dependencies may now have a post install script hook that will be
run whenever the dependency is installed or updated:

- scripts:
  - postinstall: "cd ext && make"

refs #15

Dependencies may now have a post install script hook that will be
run whenever the dependency is installed or updated:

    - scripts:
      - postinstall: "cd ext && make"

refs #15
@ysbaddaden ysbaddaden self-assigned this Aug 16, 2015
@ysbaddaden ysbaddaden added this to the v0.4.0 milestone Aug 16, 2015
@ysbaddaden
Copy link
Contributor Author

The postintall script is only run when installing the dependency, and it won't be run for the current project.

ysbaddaden added a commit that referenced this pull request Aug 27, 2015
Run postinstall script after installing dependency
@ysbaddaden ysbaddaden merged commit 2768e2c into master Aug 27, 2015
@ysbaddaden ysbaddaden deleted the scripts-postinstall branch August 27, 2015 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants