-
Notifications
You must be signed in to change notification settings - Fork 0
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: move lib to package #9
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
.github/actions/setup/action.yml
Outdated
@@ -21,4 +21,4 @@ runs: | |||
|
|||
- name: Generate api typings | |||
shell: bash | |||
run: pnpm graphql:gen | |||
run: pnpm --filter @repo/lib graphql:gen |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think it should be like this. You define high-level commands in turbo.json and then each package/app can implement those commands or not.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the actual difference is caching. Reverted it.
No description provided.