-
Notifications
You must be signed in to change notification settings - Fork 141
refactor: refactor git-proxy-cli
to TS + ESM
#1065
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
✅ Deploy Preview for endearing-brigadeiros-63f9d0 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
cli
to TS + ESMgit-proxy-cli
to TS + ESM
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1065 +/- ##
==========================================
+ Coverage 76.91% 78.20% +1.28%
==========================================
Files 55 55
Lines 2270 2335 +65
Branches 255 363 +108
==========================================
+ Hits 1746 1826 +80
+ Misses 494 457 -37
- Partials 30 52 +22 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Closing this as merge conflicts got out of hand. Opened #1180 with CLI-specific changes instead. |
Fixes #1064.
Based on #1063.
Would love some input from folks that use the CLI! I want to make sure that everything still works as expected, particularly the
build
script wiring (builds into/git-proxy-cli/dist/*
) and the execution from the main project.