-
Notifications
You must be signed in to change notification settings - Fork 85
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
Add script to build offline tgz for CLI package #2031
Conversation
Signed-off-by: Timothy Johnson <[email protected]>
Signed-off-by: Timothy Johnson <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2031 +/- ##
========================================
Coverage 91.06% 91.06%
========================================
Files 636 636
Lines 18953 18953
Branches 3861 3972 +111
========================================
Hits 17259 17259
Misses 1693 1693
Partials 1 1 ☔ View full report in Codecov by Sentry. |
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.
LGTM, I was able to build and install the tgz file using npm 👍 thanks @t1m0thyj!
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
What It Does
Adds script to build offline TGZ from source for CLI package. This should make it easier to test changes on another machine without having to clone the Git repo again 😋
How to Test
Run
npm run package
in top level of repo and try installing the TGZ that it built in the "dist" folder.Review Checklist
I certify that I have:
Additional Comments