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

feat(cli): prepare command #774

Merged
merged 2 commits into from
Dec 21, 2022
Merged

feat(cli): prepare command #774

merged 2 commits into from
Dec 21, 2022

Conversation

johannschopplich
Copy link
Contributor

πŸ”— Linked issue

#695

❓ Type of change

  • πŸ“– Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

Resolves #695

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@codecov
Copy link

codecov bot commented Dec 21, 2022

Codecov Report

Merging #774 (e6a6622) into main (fc75d47) will decrease coverage by 2.20%.
The diff coverage is n/a.

❗ Current head e6a6622 differs from pull request most recent head 7318440. Consider uploading reports for the commit 7318440 to get more accurate results

@@            Coverage Diff             @@
##             main     #774      +/-   ##
==========================================
- Coverage   72.27%   70.07%   -2.21%     
==========================================
  Files          57       57              
  Lines        5154     5209      +55     
  Branches      556      568      +12     
==========================================
- Hits         3725     3650      -75     
- Misses       1419     1550     +131     
+ Partials       10        9       -1     
Impacted Files Coverage Ξ”
src/presets/firebase.ts 18.34% <0.00%> (-79.82%) ⬇️
src/rollup/plugins/dynamic-require.ts 26.56% <0.00%> (-28.91%) ⬇️
src/rollup/plugins/esbuild.ts 52.59% <0.00%> (-14.08%) ⬇️
src/presets/azure-functions.ts 20.27% <0.00%> (-13.52%) ⬇️
src/presets/layer0.ts 11.62% <0.00%> (-9.31%) ⬇️
src/presets/azure.ts 7.14% <0.00%> (-9.29%) ⬇️
src/build.ts 45.00% <0.00%> (-5.56%) ⬇️
src/compress.ts 91.33% <0.00%> (-2.09%) ⬇️
src/utils/index.ts 51.30% <0.00%> (-0.53%) ⬇️
src/options.ts 86.95% <0.00%> (ΓΈ)
... and 17 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

src/cli.ts Outdated Show resolved Hide resolved
Copy link
Member

@pi0 pi0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks πŸ’―

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.

nitro prepare command
3 participants