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

fix AssemblyScript build #80

Merged
merged 1 commit into from
Aug 22, 2023
Merged

fix AssemblyScript build #80

merged 1 commit into from
Aug 22, 2023

Conversation

evacchi
Copy link
Contributor

@evacchi evacchi commented Aug 22, 2023

I realized the build for AS tests is broken, this should fix it.

@@ -27,6 +27,7 @@ jobs:
- name: Check prettier codestyle
working-directory: tests/assemblyscript
run: |
npm install prettier
Copy link
Collaborator

Choose a reason for hiding this comment

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

Thanks a lot for the change. I see prettier is already part of the package.json, so maybe we could run npm install command before calling prettier-format-check (e.g. have another step with npm install) instead of doing it in the Build tests step?

Signed-off-by: Edoardo Vacchi <[email protected]>
Copy link
Collaborator

@loganek loganek left a comment

Choose a reason for hiding this comment

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

Many thanks!

@loganek loganek merged commit 697538b into WebAssembly:main Aug 22, 2023
11 checks passed
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