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

Jshooks #48

Open
wants to merge 58 commits into
base: main
Choose a base branch
from
Open

Jshooks #48

wants to merge 58 commits into from

Conversation

dangell7
Copy link
Member

High Level Overview of Change

Context of Change

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactor (non-breaking change that only restructures code)
  • Tests (You added tests for code that already exists, or your new feature included in this PR)
  • Documentation Updates
  • Release

Before / After

Test Plan

@@ -142,7 +142,7 @@ jobs:
if: steps.cache-nodemodules.outputs.cache-hit != 'true'
run: yarn install

- run: npm i -g c2wasm-cli js2wasm-cli
- run: npm i -g c2wasm-cli js2wasm-cli esbuild
Copy link
Contributor

Choose a reason for hiding this comment

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

By publishing a newer version of js2wasm-cli, the installation of esbuild should not be necessary.
Transia-RnD/xrpl-hooks-compiler#2

Copy link
Member Author

Choose a reason for hiding this comment

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

done

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.

2 participants