-
Notifications
You must be signed in to change notification settings - Fork 97
Migrate common package typescript #1550
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
a3fdefb to
d6650bc
Compare
d6650bc to
feb4e4c
Compare
88dcbc2 to
99ed0d1
Compare
99ed0d1 to
2c0d87e
Compare
karelhala
left a comment
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.
Looking good, just one question.
| - name: Run build on affected projects | ||
| run: npx nx affected --target=build --parallel=3 | ||
| - name: Run build on projects | ||
| run: npx nx run-many --target=build --parallel=3 |
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.
Do we want to build all packages on a PR or just the ones affected ones?
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.
Yes. You may miss some of TS issues. The projects are not properly wired yet so we need to build all until the migration is done.
Changes