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: make build:schema script self-sufficient #3222

Merged
merged 5 commits into from
Sep 27, 2024

Conversation

nedsalk
Copy link
Contributor

@nedsalk nedsalk commented Sep 27, 2024

Summary

The build:schema script now starts and kills its own node, thereby not depending on a node running on port 4000.

Checklist

  • All changes are covered by tests (or not applicable)
  • All changes are documented (or not applicable)
  • I reviewed the entire PR myself (preferably, on GH UI)
  • I described all Breaking Changes (or there's none)

Copy link

vercel bot commented Sep 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
create-fuels-template ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 27, 2024 0:30am
ts-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 27, 2024 0:30am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
create-fuels-counter-example ⬜️ Ignored (Inspect) Sep 27, 2024 0:30am

.changeset/serious-crabs-begin.md Show resolved Hide resolved
@nedsalk nedsalk enabled auto-merge (squash) September 27, 2024 12:24
Copy link
Contributor

Coverage Report:

Lines Branches Functions Statements
76.35%(-0.03%) 71.61%(+0%) 75.49%(+0%) 76.5%(-0.04%)
Changed Files:
Ok File (✨=New File) Lines Branches Functions Statements
🔴 ✨ packages/account/scripts/generate-fuel-core-schema.mts 0%
(+0%)
100%
(+100%)
100%
(+100%)
0%
(+0%)

@nedsalk nedsalk merged commit 502c89e into master Sep 27, 2024
24 checks passed
@nedsalk nedsalk deleted the ns/chore/fuel-core-schema-gen-improvement branch September 27, 2024 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Issue is a chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update the build:schema script to be isolated
5 participants