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

Add turbo + pnpm syncing #40

Closed
ynotdraw opened this issue Feb 21, 2023 · 0 comments · Fixed by #119
Closed

Add turbo + pnpm syncing #40

ynotdraw opened this issue Feb 21, 2023 · 0 comments · Fixed by #119
Assignees

Comments

@ynotdraw
Copy link
Contributor

Similar to the headless-form addon, toucan core should add turbo + pnpm syncing due to the issue with dependenciesMeta injection.

Workflow benefits:

  • make a change in toucan-core
  • pnpm build
  • see the update in the docs-app immediately

The problem at the moment is that to do above you have to do the following, which is a huge drag on DX/workflow:

  • make a change in toucan-core
  • pnpm build
  • stop the running docs app
  • run pnpm i -f in docs-app
  • start the docs-app

Adopting what is done in headless-form will ensure the DX is a lot smoother.

@ynotdraw ynotdraw self-assigned this Feb 23, 2023
@ynotdraw ynotdraw linked a pull request Apr 4, 2023 that will close this issue
ynotdraw added a commit that referenced this issue Apr 6, 2023
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 a pull request may close this issue.

1 participant