Skip to content

update submodule #13

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

Merged
merged 2 commits into from
Dec 8, 2024
Merged

update submodule #13

merged 2 commits into from
Dec 8, 2024

Conversation

extremeheat
Copy link
Contributor

Close #12

package.json Outdated
@@ -4,6 +4,7 @@
"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