Skip to content
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

Don't minify on package publication. #34

Merged
merged 1 commit into from
Nov 7, 2022
Merged

Conversation

burtonator
Copy link
Contributor

Don't minify so that users can debug locally with symbols.

Minify doesn't bring any advantages and just obfuscates code.

Don't minify
@codecov-commenter
Copy link

Codecov Report

Merging #34 (3e2ab17) into main (eb70fa4) will increase coverage by 3.22%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main      #34      +/-   ##
==========================================
+ Coverage   95.16%   98.38%   +3.22%     
==========================================
  Files           7        7              
  Lines         186      186              
  Branches       53       53              
==========================================
+ Hits          177      183       +6     
+ Misses          9        3       -6     
Impacted Files Coverage Δ
src/git.ts 100.00% <0.00%> (+2.94%) ⬆️
src/processors.ts 95.38% <0.00%> (+6.15%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@paleite paleite merged commit b1f1397 into paleite:main Nov 7, 2022
@paleite
Copy link
Owner

paleite commented Nov 7, 2022

I agree; merging it 🙂
great PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants