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: filter demo projects from packages #3276

Closed

Conversation

petertonysmith94
Copy link
Contributor

Summary

  • Filter's out demo application builds for the build:packages command.

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)

@petertonysmith94 petertonysmith94 added the chore Issue is a chore label Oct 8, 2024
@petertonysmith94 petertonysmith94 self-assigned this Oct 8, 2024
Copy link

vercel bot commented Oct 8, 2024

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

Name Status Preview Comments Updated (UTC)
fuels-template ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 8, 2024 3:36pm
ts-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 8, 2024 3:36pm

Copy link

codspeed-hq bot commented Oct 8, 2024

CodSpeed Performance Report

Merging #3276 will not alter performance

Comparing ps/chore/filter-demo-projects-from-packages (bb45625) with master (04578ed)

Summary

✅ 18 untouched benchmarks

Copy link
Contributor

github-actions bot commented Oct 8, 2024

Coverage Report:

Lines Branches Functions Statements
76.28%(+0%) 70.29%(+0%) 75.26%(+0%) 76.4%(+0%)
Changed Files:

Coverage values did not change👌.

@@ -12,7 +12,7 @@
"scripts": {
"dev": "nodemon --config nodemon.config.json -x 'pnpm build:packages'",
"build": "turbo run build --cache-dir=.turbo",
"build:packages": "turbo run build --filter=!docs --filter=!template-*",
"build:packages": "turbo run build --filter=!docs --filter=!template-* --filter=!demo-*",
Copy link
Member

Choose a reason for hiding this comment

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

Demos were made to serve as test/validators.

Copy link
Contributor Author

@petertonysmith94 petertonysmith94 Oct 21, 2024

Choose a reason for hiding this comment

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

Demos were made to serve as test/validators.

@arboleya I suppose I thought the build:packages command should only be responsible for building the packages.

Then the build command would be build + validate as you say.

Thoughts?

@petertonysmith94 petertonysmith94 changed the title Ps/chore/filter demo projects from packages chore: filter demo projects from packages Oct 21, 2024
@petertonysmith94
Copy link
Contributor Author

Closing as no planned

@petertonysmith94 petertonysmith94 deleted the ps/chore/filter-demo-projects-from-packages branch November 13, 2024 14:19
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.

2 participants