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

feat: clean node_modules before building subgraph #884

Merged
merged 9 commits into from
Nov 26, 2024

Conversation

0xshikhar
Copy link
Contributor

fix(subgraph): clean node_modules before building subgraph

Related Issue(s)

Closes: Issue#876

Other information

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have run yarn format and yarn lint without getting any errors
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Copy link

openzeppelin-code bot commented Oct 24, 2024

feat: clean node_modules before building subgraph

Generated at commit: b6767ec246696528c5477d8c12326069c3ac9d45

🚨 Report Summary

Severity Level Results
Contracts Critical
High
Medium
Low
Note
Total
0
0
0
3
15
18
Dependencies Critical
High
Medium
Low
Note
Total
0
0
0
0
0
0

For more details view the full report in OpenZeppelin Code Inspector

Copy link
Member

@vplasencia vplasencia left a comment

Choose a reason for hiding this comment

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

Hey @0xshikhar thank you very much for this PR. I just left one comment.

package.json Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
package.json Outdated
"packages/*",
"packages/contracts/contracts"
],
"workspaces": {
Copy link
Member

@vplasencia vplasencia Nov 25, 2024

Choose a reason for hiding this comment

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

Could you keep this section as it was before?

"workspaces": [
        "apps/*",
        "packages/*",
        "packages/contracts/contracts"
    ],

Copy link
Contributor Author

@0xshikhar 0xshikhar Nov 26, 2024

Choose a reason for hiding this comment

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

Sure @vplasencia , done that change on the file. Let me know.

Copy link
Member

@vplasencia vplasencia left a comment

Choose a reason for hiding this comment

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

Great work @0xshikhar! 🚀

Thank you very much!

@vplasencia vplasencia merged commit 6402551 into semaphore-protocol:main Nov 26, 2024
5 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.

Error when running yarn build:subgraph
2 participants