-
Notifications
You must be signed in to change notification settings - Fork 13
feat: add common tools configs package #554
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.
|
|
I still think pkg name should be |
@paanSinghCoder I have updated the name |
rohanchkrabrty
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.
Should we release it on every apsara release? I feel it's better to create a workflow and trigger release
Yes, Lots of monorepos bump version of packages even if there is no change. |
Description
This PR adds a new package called
tools-configswhich will contain config for multiple tools of this monorepo.The
tools-configspackage will also be published to npm and used in other repos likeraystack/frontier, etc.Only the biome and ts-config have been added. We will add more configs like rollup, vite, and vitest in the future.
Type of Change
How Has This Been Tested?
[Describe the tests that you ran to verify your changes]
Checklist:
Screenshots (if appropriate):
[Add screenshots here]
Related Issues
[Link any related issues here using #issue-number]