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

chore: update plugins #515

Merged
merged 6 commits into from
Oct 4, 2023
Merged

chore: update plugins #515

merged 6 commits into from
Oct 4, 2023

Conversation

Kev-Hoffmann
Copy link
Contributor

No description provided.

Makefile Outdated
@@ -27,6 +27,11 @@ test: generate ## Runs all tests
@cd java && ./gradlew clean build
@cd node && npm run checks

.PHONY: node-examples
node-examples: ## Runs all tests
Copy link
Member

Choose a reason for hiding this comment

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

Different comment?

@moritzzimmer
Copy link
Member

@bobaaaaa can you check the node changes?

Comment on lines +66 to +79

### Build examples

```bash
npm run examples:build
```

### Run examples

Make sure that you have set the GRPC_HOST and GRPC_API_TOKEN environment variables

```bash
npm run examples:grpc-js:run
```
Copy link
Contributor

Choose a reason for hiding this comment

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

(nit)

There is also a README in node-proto + examples

Copy link
Contributor

@bobaaaaa bobaaaaa left a comment

Choose a reason for hiding this comment

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

LGTM (node) 👍

@Kev-Hoffmann Kev-Hoffmann merged commit 1ef6c65 into main Oct 4, 2023
8 checks passed
@Kev-Hoffmann Kev-Hoffmann deleted the feat/update_plugins branch October 4, 2023 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔄 dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants