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: seed-design 저장소 빌드 커맨드 정리 #486

Merged
merged 3 commits into from
Dec 3, 2024
Merged

Conversation

junghyeonsu
Copy link
Contributor

@junghyeonsu junghyeonsu commented Dec 3, 2024

현재 seed-design의 레포 작업 맥락은 크게 rootage, recipe, headless, cli, 전체 packages로 구분됩니다.

packages

  • build (모든 workspace scope build)
  • build-only-package (유지)

rootage

  • rootage/artifacts만 수정한 경우 rootage:generate만 실행하고 커밋할 수 있어요 (vars, stylesheet 변경)
  • rootage/*가 수정된 경우 rootage:build만 실행하고 커밋할 수 있어요.
  • rootage:generate:watch 명령어로 watch 할 수 있어요.

recipe

  • recipe-generator/preset만 수정한 경우 recipe:generate만 실행하고 커밋할 수 있어요. (recipe, stylesheet 변경)
  • recipe-generator/*가 수정된 경우 recipe:build만 실행하고 커밋할 수 있어요.
  • recipe:generate:watch 명령어로 watch 할 수 있어요.

CLI

  • cli:dev 명령어로 cli dev, docs dev를 동시에 실행시켜요.

headless

  • headless:build
  • headless:test
  • headless:test:watch

@junghyeonsu junghyeonsu self-assigned this Dec 3, 2024
Copy link

changeset-bot bot commented Dec 3, 2024

⚠️ No Changeset found

Latest commit: b3e54dd

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@junghyeonsu junghyeonsu merged commit 8064c93 into wip Dec 3, 2024
1 check passed
@junghyeonsu junghyeonsu deleted the wip-command branch December 3, 2024 08:15
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