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

Buildpack should only run "npm install" #127

Merged
merged 1 commit into from
Sep 10, 2020
Merged

Buildpack should only run "npm install" #127

merged 1 commit into from
Sep 10, 2020

Conversation

arjun024
Copy link
Member

@arjun024 arjun024 commented Sep 9, 2020

Previously it set the start cmd as "npm start",
and marked the layers launch/build/cache without
considering the metadata passed to it by the downstream
consumer.

This follows the proposal in
Nodejs RFC
0001

Co-Authored-by: Arjun Sreedharan asreedharan@vmware.com
Co-Authored-by: Tim Hitchener thitchener@vmware.com

Resolves #109

Previously it set the start cmd as "npm start",
and marked the layers launch/build/cache without
considering the metadata passed to it by the downstream
consumer.

This follows the proposal in
[Nodejs RFC
0001](https://github.com/paketo-buildpacks/nodejs/blob/main/rfcs/0001-buildpacks-architecture.md)

Co-Authored-by: Arjun Sreedharan <asreedharan@vmware.com>
Co-Authored-by: Tim Hitchener <thitchener@vmware.com>
@thitch97 thitch97 merged commit 8f4cb2f into main Sep 10, 2020
@thitch97 thitch97 deleted the refactor branch September 10, 2020 14:03
This pull request was closed.
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.

NPM Buildpack should only run "npm install"
3 participants