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

feat(compute/init): support post_init #997

Merged
merged 11 commits into from
Aug 16, 2023
Merged

Conversation

Integralist
Copy link
Collaborator

In the following example I'm cloning a modified starter kit (one where I've added a post_init = "npm install") and you can see I don't go ahead with the post_install step so the normal compute init output is provided.

Screenshot 2023-08-14 at 17 39 09

In this example I do go ahead with the post_init step and you can see a Running [scripts.post_init]... green tick.

Screenshot 2023-08-14 at 17 39 31

Finally, after going ahead with the post_init step I then run a compute build and we can see there are no errors because all package have been installed already.

Screenshot 2023-08-14 at 17 40 46

@Integralist Integralist added the enhancement New feature or request label Aug 14, 2023
@Integralist Integralist force-pushed the integralist/post_init branch from 69dab4f to dc7ee8c Compare August 16, 2023 09:00
@Integralist Integralist merged commit fe00238 into main Aug 16, 2023
@Integralist Integralist deleted the integralist/post_init branch August 16, 2023 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant