-
Notifications
You must be signed in to change notification settings - Fork 892
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
ODHack: Fix Node Workflow Build Issue #160
Comments
Hi Julian , looking to pick this up as this is crucial to ensure the CI , CD pipeline functions correctly, |
I am applying to this issue via OnlyDust platform. My background and how it can be leveraged@Julian-dev28 Can I take on this issue? I have contributed to several open source projects focused on CI/CD. Thanks. How I plan on tackling this issueI will follow your task to identify and fix the issue. |
Hey @fishseabowl! |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedWith my strong background in Rust, Solidity and JavaScript, I can apply my expertise in solving this issue |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedHello Project Lead! I'm Ugo, a fullstack (js,React,Node,Next.js,Three.js) developer with a strong track record in OD hack projects. I've been actively involved since Edition 1, contributing to various initiatives, and I'm thrilled to be part of Edition 6! i’d be sure to follow the instructions as given to find the build error and solve this issue |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedHi! My name is Lindsay, and I'm a Software Engineer based in Costa Rica. I'm part of Dojo Coding community, and thanks to that I've already successfully contributed to the last 4 ODHacks in various projects, feel free to check my profile and contributions. How I plan on tackling this issueThe given tasks give an excellent approach on how to tackle things. I would:
|
I am applying to this issue via OnlyDust platform. |
Hi @ScottyDavies! |
I visited the pull request #154 and went through the workflow checks for the failed Job, identified the problem and fixed it. but it was not the same build error as provided in the issue description that i saw there. Please do take a look at the PR so we can know what next to do |
Please add PRs to the update-P21 branch
Title:
Description:
Resolve the build issue in the Node workflow where the
next build
command fails due to a type error incontracts.ts
during a workflow check in the following pull request: #154Error Log:
Tasks:
Review Current Implementation:
shared/contracts.ts
file to identify the source of the type error.Abundance
client.Update Network Configuration:
Abundance
client.testnet
network configuration is correctly defined or replace it with an available network.Configure Build Caching:
Test the Build:
npm run build
to ensure the build completes successfully without errors.Expected Outcome:
shared/contracts.ts
is resolved.Why This Is Important:
Fixing this build issue is crucial to ensure the continuous integration and deployment pipeline functions correctly, improving development efficiency and reliability.
The text was updated successfully, but these errors were encountered: