[CHORE] Refactor and Organize NPM Scripts for Better Developer Experience - #214
[CHORE] Refactor and Organize NPM Scripts for Better Developer Experience#214durdana3105 wants to merge 2 commits into
Conversation
|
@durdana3105 is attempting to deploy a commit to the Dot_NotSam's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Warning Review limit reached
More reviews will be available in 59 minutes and 17 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
SamXop123
left a comment
There was a problem hiding this comment.
thanks for raising the pr @durdana3105
but this PR only partially addresses the issue. Adding a clean script is useful, but the task also asked for script documentation updates, lint/format scripts, and standardized naming conventions. Also, if rimraf is not added as a dependency, npm run clean will fail. Please include the remaining script changes and doc updates before merging.
Related Issue
Closes #140
Description
This PR improves the developer experience by organizing and documenting the project's npm scripts.
Changes Made
cleanscript for removing generated build artifacts.Benefits
Testing
Files Changed
package.json