Skip to content

Conversation

@extremeheat
Copy link
Contributor

Close #12

package.json Outdated
"description": "Validate ProtoDef protocol definition in node",
"main": "index.js",
"scripts": {
"prepare": "git submodule update --init",
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

By default git doesn't checkout the submodules without cloning repo recursively (github CI does this but not codespaces/gitpod), so you have to clone it manually after by running that. Adding to prepare just adds an extra command run after a local npm install which can init the submodules. But it's not needed though, just removed it.

@rom1504 rom1504 merged commit d79b108 into ProtoDef-io:master Dec 8, 2024
1 check passed
@rom1504
Copy link
Member

rom1504 commented Dec 8, 2024

Hmm we don't have the release action here...

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