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(makefile): add js runtime build targets #957

Merged
merged 1 commit into from
Jun 3, 2024
Merged

feat(makefile): add js runtime build targets #957

merged 1 commit into from
Jun 3, 2024

Conversation

darvld
Copy link
Member

@darvld darvld commented Jun 3, 2024

Ready for review Powered by Pull Request Badge

Summary

This PR adds the runtime-build and runtime-update targets to the root Makefile, which can be used to automatically refresh the JavaScript runtime facade and module bundles.

The make targets will run a Bazel build in the runtime directory (make sure the submodule is up to date), and the output for the relevant components will be packaged and copied to their destination in the project sources.

Signed-off-by: Dario Valdespino <dvaldespino00@gmail.com>
@darvld darvld added the enhancement New feature or request label Jun 3, 2024
@darvld darvld self-assigned this Jun 3, 2024
@darvld darvld changed the title feat(makefile): add js runtime build targets to makefile feat(makefile): add js runtime build targets Jun 3, 2024
@darvld darvld added this pull request to the merge queue Jun 3, 2024
Merged via the queue into main with commit c7014ca Jun 3, 2024
6 of 7 checks passed
@darvld darvld deleted the feat/makefile branch June 3, 2024 20:53
sgammon pushed a commit that referenced this pull request Jun 24, 2024
feat(makefile): add js runtime build targets to makefile.

Signed-off-by: Dario Valdespino <dvaldespino00@gmail.com>
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.

2 participants